mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-10-04 21:34:41 +00:00
Merge branch 'experimental'
Conflicts: BBGE/Shader.cpp
This commit is contained in:
commit
93abd03c27
67 changed files with 2061 additions and 1000 deletions
|
@ -279,7 +279,7 @@ void StateManager::registerStateObject(StateObject *stateObject, const std::stri
|
|||
//getNameFromDerivedClassTypeName(c);
|
||||
if (stateObject->name.empty())
|
||||
{
|
||||
fatalError("StateManager::registerStateObject - Empty name.");
|
||||
exit_error("StateManager::registerStateObject - Empty name.");
|
||||
}
|
||||
|
||||
if (!stateObjects[stateObject->name])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue