Build viewer/editor #13

Manually merged
williamjcm merged 128 commits from mass-viewer into master 2022-03-02 14:50:10 +01:00
Showing only changes of commit d03e75a8e9 - Show all commits

View file

@ -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++) {