summaryrefslogtreecommitdiffstats
path: root/src/AssetManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/AssetManager.hpp')
-rw-r--r--src/AssetManager.hpp2
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 {