diff options
Diffstat (limited to '')
-rw-r--r-- | src/AssetManager.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AssetManager.hpp b/src/AssetManager.hpp index ba5546b..ca8bd35 100644 --- a/src/AssetManager.hpp +++ b/src/AssetManager.hpp @@ -24,7 +24,7 @@ struct TextureCoordinates { return !(*this == TextureCoordinates(-1, -1, -1, -1)); } - float x, y, w, h; + double x, y, w, h; }; struct BlockTextureId { |