forked from mirror/openmw-tes3mp
removed a leftover from physics debugging
This commit is contained in:
parent
57c3414fcd
commit
5661dc27c2
1 changed files with 0 additions and 1 deletions
|
@ -331,7 +331,6 @@ namespace MWWorld
|
|||
|
||||
void World::changeCell (int X, int Y, const ESM::Position& position, bool adjustPlayerPos)
|
||||
{
|
||||
std::cout << "change CEll " << X << Y;
|
||||
SuppressDoingPhysics scopeGuard;
|
||||
|
||||
// remove active
|
||||
|
|
Loading…
Reference in a new issue