diff --git a/source/game/StarHumanoid.cpp b/source/game/StarHumanoid.cpp index 66a2a95..47368b1 100644 --- a/source/game/StarHumanoid.cpp +++ b/source/game/StarHumanoid.cpp @@ -1008,7 +1008,7 @@ List Humanoid::renderDummy(Gender gender, Maybe head } } - auto drawables = render(); + auto drawables = render(false, false); Drawable::scaleAll(drawables, TilePixels); return drawables;