diff options
Diffstat (limited to 'src/game.cpp')
-rw-r--r-- | src/game.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.cpp b/src/game.cpp index 0b3e8d6..2af7736 100644 --- a/src/game.cpp +++ b/src/game.cpp @@ -34,6 +34,7 @@ void state_t::start(void) human.bounds.top = 0; human.bounds.width = 0.66f; human.bounds.height = 1.0f; + human.render_bounds = human.bounds; human.link(&world); } } |