mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 07:39:19 +02:00
alerter fixes, removing obstacles, python config changes
This commit is contained in:
@@ -179,6 +179,11 @@ TAnimModel * state_manager::create_model(const std::string &src, const std::stri
|
||||
return m_serializer.create_model(src, name, position);
|
||||
}
|
||||
|
||||
void state_manager::delete_model(TAnimModel *model) {
|
||||
Region->erase(model);
|
||||
Instances.purge(model);
|
||||
}
|
||||
|
||||
void
|
||||
state_manager::update_clocks() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user