1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Update Areas.cpp

This commit is contained in:
Sandu Liviu Catalin 2022-03-16 22:36:48 +02:00
parent e253dc2038
commit 7248351469

View File

@ -363,7 +363,7 @@ Vector2i AreaManager::LocateCell(float x, float y)
} }
} }
} }
// Not found // Point is out of bounds
return {NOCELL, NOCELL}; return {NOCELL, NOCELL};
/* /*
// Transform the world coordinates into a cell coordinates // Transform the world coordinates into a cell coordinates