Fix console rendering bug

This commit is contained in:
ExMatics HydrogenC
2023-11-30 14:59:43 +08:00
parent 41bbce56f6
commit 3365fb5afc
7 changed files with 82 additions and 95 deletions

View File

@@ -64,7 +64,7 @@ namespace FlaxEngine.GUI
/// The text font.
/// </summary>
[EditorOrder(0)]
public MultiFontReference Font;
public FontReference Font;
/// <summary>
/// The custom material for the text rendering (must be GUI domain).