ncannasse 7 years ago
parent
commit
aab7cd584c
1 changed files with 0 additions and 4 deletions
  1. 0 4
      samples/Pbr.hx

+ 0 - 4
samples/Pbr.hx

@@ -881,10 +881,6 @@ class Pbr extends hxd.App {
 	static function main() {
 		#if hl
 		hxd.Res.initLocal();
-		@:privateAccess {
-			hxd.System.windowWidth = 1280;
-			hxd.System.windowHeight = 800;
-		}
 		#else
 		hxd.Res.initEmbed();
 		#end