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:
parent
dd0dc5fbcf
commit
7864a65d21
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@
|
||||||
|
|
||||||
SingleGearView::SingleGearView(GameData* data, FileCache& cache) : data(data) {
|
SingleGearView::SingleGearView(GameData* data, FileCache& cache) : data(data) {
|
||||||
gearView = new GearView(data, cache);
|
gearView = new GearView(data, cache);
|
||||||
|
gearView->setHair(-1);
|
||||||
|
gearView->setEar(-1);
|
||||||
|
gearView->setFace(-1);
|
||||||
|
|
||||||
auto layout = new QVBoxLayout();
|
auto layout = new QVBoxLayout();
|
||||||
layout->setContentsMargins(0, 0, 0, 0);
|
layout->setContentsMargins(0, 0, 0, 0);
|
||||||
|
|
Loading…
Add table
Reference in a new issue