not showing engineer wireframes when rotating buildable structure frames

This commit is contained in:
devZoGok
2025-02-08 12:22:58 +02:00
parent b5891b28f5
commit 0578f6e41b
2 changed files with 10 additions and 4 deletions
+2
View File
@@ -28,6 +28,8 @@ namespace battleship{
GameObjectFrameController *ufCtr = GameObjectFrameController::getSingleton();
ufCtr->addGameObjectFrame(GameObjectFrame(builder->getBuildableUnit(slotId).id, GameObject::Type::UNIT));
ufCtr->setPlacingFrames(true);
activeState->setBuildableStructSelected(true);
}
}
}