소스 검색

Layer preview fix

luboslenco 6 년 전
부모
커밋
c58f674934
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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) {