Adjusted a few comments

This commit is contained in:
Kayne Ruse
2014-04-20 02:39:29 +10:00
parent 6d32d44fa3
commit be4a8311d5
2 changed files with 3 additions and 3 deletions
-2
View File
@@ -51,8 +51,6 @@ Region* RegionPagerBase::GetRegion(int x, int y) {
y = snapToBase(regionHeight, y);
//get the region by various means
//TODO: revert this try/catch point
Region* ptr = nullptr;
ptr = FindRegion(x, y);
if (ptr) return ptr;