1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

Rename flag to better name

This commit is contained in:
Juan Linietsky
2018-07-27 08:58:56 -03:00
parent bfb21be871
commit 6a5aec3644
4 changed files with 7 additions and 7 deletions

View File

@@ -820,7 +820,7 @@ void VisualServerScene::instance_geometry_set_flag(RID p_instance, VS::InstanceF
instance->baked_light = p_enabled;
} break;
case VS::INSTANCE_FLAG_REDRAW_FRAME_IF_VISIBLE: {
case VS::INSTANCE_FLAG_DRAW_NEXT_FRAME_IF_VISIBLE: {
instance->redraw_if_visible = p_enabled;