mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Fix dropped nodeitem visuals
This commit is contained in:
@@ -915,6 +915,9 @@ static void read_object_properties(lua_State *L, int index,
|
||||
|
||||
getboolfield(L, -1, "is_visible", prop->is_visible);
|
||||
getboolfield(L, -1, "makes_footstep_sound", prop->makes_footstep_sound);
|
||||
getfloatfield(L, -1, "automatic_rotate", prop->automatic_rotate);
|
||||
dstream<<"scriptapi: prop->automatic_rotate="
|
||||
<<prop->automatic_rotate<<std::endl;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user