diff options
Diffstat (limited to 'src/environment.h')
-rw-r--r-- | src/environment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/environment.h b/src/environment.h index 754b63979..a8213ea6d 100644 --- a/src/environment.h +++ b/src/environment.h @@ -377,7 +377,7 @@ public: LocalPlayer * getLocalPlayer(); // Slightly deprecated - void updateMeshes(v3s16 blockpos, ITextureSource *tsrc); + void updateMeshes(v3s16 blockpos); void expireMeshes(bool only_daynight_diffed); void setTimeOfDay(u32 time) |