Skip to content

Commit 0199da2

Browse files
committed
loading race to draw fix
1 parent 73429eb commit 0199da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Luka_Backlace/Editor/Interface.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2622,7 +2622,7 @@ private void DrawUI(MaterialEditor materialEditor, MaterialProperty[] properties
26222622
premonition_menu?.draw();
26232623
debug_menu?.draw(materialEditor, properties);
26242624
license_menu?.draw();
2625-
update.draw();
2625+
update?.draw();
26262626
announcement?.draw();
26272627
docs?.draw();
26282628
socials_menu?.draw();

0 commit comments

Comments
 (0)