|
@@ -33,7 +33,9 @@ module INSPECTOR {
|
|
|
this._tabs.push(new ShaderTab(this, this._inspector));
|
|
|
this._tabs.push(new LightTab(this, this._inspector));
|
|
|
this._tabs.push(new MaterialTab(this, this._inspector));
|
|
|
- this._tabs.push(new GUITab(this, this._inspector));
|
|
|
+ if(BABYLON.GUI){
|
|
|
+ this._tabs.push(new GUITab(this, this._inspector));
|
|
|
+ }
|
|
|
this._tabs.push(new PhysicsTab(this, this._inspector));
|
|
|
this._tabs.push(new CameraTab(this, this._inspector));
|
|
|
this._tabs.push(new SoundTab(this, this._inspector));
|