1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-24 04:57:45 +00:00

Don't show face, hair, etc in the single gear view

This commit is contained in:
Joshua Goins 2023-07-09 11:56:20 -04:00
parent dd0dc5fbcf
commit 7864a65d21

View file

@ -9,6 +9,9 @@
SingleGearView::SingleGearView(GameData* data, FileCache& cache) : data(data) {
gearView = new GearView(data, cache);
gearView->setHair(-1);
gearView->setEar(-1);
gearView->setFace(-1);
auto layout = new QVBoxLayout();
layout->setContentsMargins(0, 0, 0, 0);