1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-03-01 00:39:43 +00:00

Fix formatting

This commit is contained in:
Sam Hellawell 2024-04-05 23:43:59 +01:00
parent a51d560174
commit 36cccef606

View file

@ -1805,7 +1805,6 @@ namespace MWRender
osg::ref_ptr<RotateController> controller(new RotateController(mObjectRoot.get()));
node->addUpdateCallback(controller);
mActiveControllers.emplace_back(node, controller);
return controller;
}