1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-04-01 06:06:40 +00:00

Comment unused argument

This commit is contained in:
elsid 2021-02-15 00:22:48 +01:00
parent 4983684fda
commit bc67669a97
No known key found for this signature in database
GPG key ID: B845CB9FEE18AB40

View file

@ -66,7 +66,7 @@ namespace DetourNavigator
void update(const osg::Vec3f& /*playerPosition*/) override {}
void setUpdatesEnabled(bool enabled) override {}
void setUpdatesEnabled(bool /*enabled*/) override {}
void wait() override {}