This commit is contained in:
aozhiwei 2023-03-10 12:38:40 +08:00
parent deeb99713e
commit 672b382a79

View File

@ -2710,6 +2710,11 @@ void Creature::OnLand()
if (!ok) {
abort();
}
#if 1
if (point.y < 1.2) {
point.y = 3.0f;
}
#endif
room->map_instance->UnScale(point);
Global::Instance()->verify_set_pos = 1;
GetMutablePos().FromGlmVec3(point);