1
0
mirror of https://github.com/Siccity/xNode.git synced 2026-02-04 06:14:54 +08:00

This line was not present before commit 43bcb54fda4378e46a678c866242954248a63702 (Odin inspector support (#182) and causes the window to repaint every frame but only if you have a custom node editor.

This commit is contained in:
Simon Rodriguez 2019-10-09 10:20:11 +02:00
parent 810960e4a6
commit 6a1c1dbb4f

View File

@ -72,8 +72,6 @@ namespace XNodeEditor {
GUIHelper.ClearRepaintRequest();
window.Repaint();
}
#else
window.Repaint();
#endif
#if ODIN_INSPECTOR