diff options
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/entity.h b/src/entity.h index 0469476..e92fbb2 100644 --- a/src/entity.h +++ b/src/entity.h @@ -75,8 +75,8 @@ struct Entity { typedef struct { Model model; Color* pixelMap; - float width; - float height; + int width; + int height; float roofSize; float roofHeight; Vector3 roofOffset; |
