Fix order of Large Worlds Real using

This commit is contained in:
Wojtek Figat
2022-07-18 20:20:12 +02:00
parent 63c9cdfc31
commit 9ff0ad4734
39 changed files with 78 additions and 76 deletions

View File

@@ -1,11 +1,11 @@
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.
#if USE_LARGE_WORLDS
using Real = System.Double;
#else
using Real = System.Single;
#endif
// Copyright (c) 2012-2022 Wojciech Figat. All rights reserved.
using System;
using FlaxEngine;