Fix console rendering bug
This commit is contained in:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user