mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
FX removal
This commit is contained in:
@@ -175,7 +175,7 @@ namespace battleship{
|
||||
|
||||
typedef FxManager::Fx Fx;
|
||||
typedef FxManager::Fx::Component Component;
|
||||
FxManager::getSingleton()->addFx(new Fx(vector<Component>{Component((void*)node, true, 50), Component((void*)explosionSfx, false, 2500)}, true));
|
||||
FxManager::getSingleton()->addFx(new Fx(vector<Component>{Component((void*)node, true, 50), Component((void*)explosionSfx, false, 2500)}));
|
||||
}
|
||||
|
||||
void Game::changeUnitPlayer(Unit *unit, Player *newPlayer){
|
||||
|
||||
Reference in New Issue
Block a user