src/document.cpp

changeset 225
551c136b459e
parent 223
ce81db996275
child 226
60d6b797a12e
equal deleted inserted replaced
224:54fd83d4db9c 225:551c136b459e
411 { 411 {
412 for (const ModelAction& action : this->actions()) { 412 for (const ModelAction& action : this->actions()) {
413 Q_EMIT this->modelAction(action); 413 Q_EMIT this->modelAction(action);
414 } 414 }
415 this->polygon.clear(); 415 this->polygon.clear();
416 } 416 this->polygon.push_back(this->worldPosition.value_or(glm::vec3{0, 0, 0}));
417 }

mercurial