Refactor engine to support double-precision vectors
This commit is contained in:
@@ -32,7 +32,7 @@ namespace FlaxEditor.GUI.Dialogs
|
||||
/// <summary>
|
||||
/// The dialog size.
|
||||
/// </summary>
|
||||
protected Vector2 _dialogSize = new Vector2(300, 100);
|
||||
protected Float2 _dialogSize = new Float2(300, 100);
|
||||
|
||||
/// <summary>
|
||||
/// Gets the dialog result.
|
||||
|
||||
Reference in New Issue
Block a user