Browse Source

public fields

ncannasse 11 years ago
parent
commit
033605ff77
1 changed files with 3 additions and 3 deletions
  1. 3 3
      hxd/App.hx

+ 3 - 3
hxd/App.hx

@@ -2,9 +2,9 @@ package hxd;
 
 class App {
 	
-	var engine : h3d.Engine;
-	var s3d : h3d.scene.Scene;
-	var s2d : h2d.Scene;
+	public var engine : h3d.Engine;
+	public var s3d : h3d.scene.Scene;
+	public var s2d : h2d.Scene;
 	
 	public function new(?engine) {
 		if( engine != null ) {