Skip to content
Snippets Groups Projects

Resolve "HasStateBlocks::addStateBlock() needs to register SB's"

2 files
+ 46
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -50,7 +50,7 @@ void SolverManager::update()
}
else
{
WOLF_DEBUG("Tried to add an already added !");
WOLF_DEBUG("Tried to add a StateBlock that was already added !");
}
}
else
Loading