1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-10-11 00:41:12 +00:00

little fix, replaying ryan's patch to libogg and an oversight in GridRender that got lost

This commit is contained in:
fgenesis 2012-01-18 03:16:00 +00:00
commit a551d70a6d
2 changed files with 10 additions and 1 deletions

View file

@ -84,7 +84,7 @@ void GridRender::onRender()
break;
}
int obsType = this->obsType;
const signed char obsType = this->obsType;
Vector camPos = core->cameraPos;
camPos.x -= core->getVirtualOffX() * (core->invGlobalScale);
const TileVector ct(camPos);