PlaneGrid use 2d position format instead of 3d.
This commit is contained in:
@@ -155,7 +155,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
const bool IsValid()const{ return map_ptr?map_ptr:false; }
|
||||
const bool IsValid()const{ return map_ptr; }
|
||||
|
||||
void Restart()
|
||||
{
|
||||
|
Reference in New Issue
Block a user