From 724835146903ba8bf83d3c4bffc8416f6ca99145 Mon Sep 17 00:00:00 2001 From: Sandu Liviu Catalin Date: Wed, 16 Mar 2022 22:36:48 +0200 Subject: [PATCH] Update Areas.cpp --- module/Core/Areas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/Core/Areas.cpp b/module/Core/Areas.cpp index 16698b44..4762405b 100644 --- a/module/Core/Areas.cpp +++ b/module/Core/Areas.cpp @@ -363,7 +363,7 @@ Vector2i AreaManager::LocateCell(float x, float y) } } } - // Not found + // Point is out of bounds return {NOCELL, NOCELL}; /* // Transform the world coordinates into a cell coordinates