From 8b275c0b0a1064a813ef14a109b64e1fce461893 Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Mon, 7 Aug 2017 20:08:15 +0500 Subject: 2017-08-07 --- src/AssetManager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/AssetManager.hpp') 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 { -- cgit v1.2.3