mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Misc: Remove whitespace
This commit is contained in:
@@ -649,7 +649,7 @@ namespace MMAP
|
||||
tileCfg.bmin[2] = config.bmin[2] + y * float(config.tileSize * config.cs);
|
||||
tileCfg.bmax[0] = config.bmin[0] + (x + 1) * float(config.tileSize * config.cs);
|
||||
tileCfg.bmax[2] = config.bmin[2] + (y + 1) * float(config.tileSize * config.cs);
|
||||
|
||||
|
||||
tileCfg.bmin[0] -= tileCfg.borderSize * tileCfg.cs;
|
||||
tileCfg.bmin[2] -= tileCfg.borderSize * tileCfg.cs;
|
||||
tileCfg.bmax[0] += tileCfg.borderSize * tileCfg.cs;
|
||||
|
||||
Reference in New Issue
Block a user