Selaa lähdekoodia

Layer preview fix

luboslenco 6 vuotta sitten
vanhempi
commit
c58f674934
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  1. 4 0
      Sources/arm/Layers.hx

+ 4 - 0
Sources/arm/Layers.hx

@@ -93,6 +93,10 @@ class Layers {
 
 		g.begin();
 		iron.App.removeRender(clearLastLayer);
+
+		#if krom_linux
+		Context.layerPreviewDirty = true;
+		#end
 	}
 
 	public static function resizeLayers(g:kha.graphics4.Graphics) {