Skip redraw for d3d11 only

This commit is contained in:
luboslenco
2019-06-12 21:24:38 +02:00
parent 487e4733d9
commit 69ada843fb
+1
View File
@@ -366,6 +366,7 @@ class App extends iron.Trait {
var decal = UITrait.inst.selectedTool == ToolDecal || UITrait.inst.selectedTool == ToolText;
var isPicker = UITrait.inst.selectedTool == ToolPicker;
Zui.alwaysRedrawWindow =
kha.System.systemId != "Windows" ||
showMenu ||
showBox ||
isDragging ||