Update StarHumanoid.cpp

This commit is contained in:
Kae 2024-05-13 15:53:01 +10:00 committed by GitHub
parent 95f6babd5e
commit 2996bfe8b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1008,7 +1008,7 @@ List<Drawable> Humanoid::renderDummy(Gender gender, Maybe<HeadArmor const*> head
}
}
auto drawables = render();
auto drawables = render(false, false);
Drawable::scaleAll(drawables, TilePixels);
return drawables;