Build viewer/editor #13
1 changed files with 1 additions and 2 deletions
|
@ -585,8 +585,7 @@ void Mass::getArmourParts() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if(decals_array->items.size() != 8) {
|
if(decals_array->items.size() != 8) {
|
||||||
_state = State::Invalid;
|
_demo = true;
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for(UnsignedInt j = 0; j < decals_array->items.size(); j++) {
|
for(UnsignedInt j = 0; j < decals_array->items.size(); j++) {
|
||||||
|
|
Loading…
Reference in a new issue