mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-22 07:21:26 +00:00
Build fix
This commit is contained in:
parent
4c09ecef72
commit
0afc03b6b7
@ -28,8 +28,8 @@ namespace ESMTerrain
|
||||
|
||||
osg::Vec2f origin = center - osg::Vec2f(size/2.f, size/2.f);
|
||||
|
||||
assert(origin.x == (int) origin.x());
|
||||
assert(origin.y == (int) origin.y());
|
||||
assert(origin.x() == (int) origin.x());
|
||||
assert(origin.y() == (int) origin.y());
|
||||
|
||||
int cellX = static_cast<int>(origin.x());
|
||||
int cellY = static_cast<int>(origin.y());
|
||||
|
Loading…
x
Reference in New Issue
Block a user