We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a6028 commit 5d59a51Copy full SHA for 5d59a51
1 file changed
OpenTibia/Assets/Scripts/Core/WorldMap/Rendering/WorldMapRenderer.cs
@@ -289,8 +289,6 @@ private void InternalUpdateFloor(int z) {
289
290
bool aboveGround = Player.Position.z <= 7;
291
int brightness = aboveGround ? WorldMapStorage.AmbientCurrentBrightness : 0;
292
- for (int i = 0; i < _creatureCount.Length; i++)
293
- _creatureCount[i] = 0;
294
295
for (int x = 0; x < Constants.MapSizeX; x++) {
296
for (int y = 0; y < Constants.MapSizeY; y++) {
0 commit comments