1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +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 {}