Refactor engine to support double-precision vectors

This commit is contained in:
Wojtek Figat
2022-06-13 00:40:32 +02:00
parent f82e370392
commit a881c90b2e
744 changed files with 19062 additions and 12467 deletions

View File

@@ -36,7 +36,7 @@ namespace FlaxEditor.GUI
public PrefabDiffContextMenu(float width = 280, float height = 260)
{
// Context menu dimensions
Size = new Vector2(width, height);
Size = new Float2(width, height);
// Buttons
float buttonsWidth = (width - 6.0f) * 0.5f;