Fix order of Large Worlds Real using
This commit is contained in:
@@ -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) 2014-2022 Wojciech Figat. All rights reserved.
|
||||
|
||||
// -----------------------------------------------------------------------------
|
||||
// Original code from SharpDX project. https://github.com/sharpdx/SharpDX/
|
||||
// Greetings to Alexandre Mutel. Original code published with the following license:
|
||||
|
||||
Reference in New Issue
Block a user