diff options
Diffstat (limited to 'game/water.cpp')
| -rw-r--r-- | game/water.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/game/water.cpp b/game/water.cpp index 0657214..0f72918 100644 --- a/game/water.cpp +++ b/game/water.cpp @@ -106,5 +106,5 @@ Water::render(const SceneShader & shader, const Frustum &) const { shader.water.use(waveCycle); water->bind(); - meshes.apply(&MeshT<GlobalPosition3D>::Draw); + meshes.apply(&MeshT<GlobalPosition3D>::draw); } |
