Raanan Weber %!s(int64=5) %!d(string=hai) anos
pai
achega
07671270c7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Helpers/textureDome.ts

+ 1 - 1
src/Helpers/textureDome.ts

@@ -232,7 +232,7 @@ export abstract class TextureDome<T extends Texture> extends TransformNode {
         this._halfDome = !!options.halfDomeMode;
         this._halfDome = !!options.halfDomeMode;
         // enable or disable according to the settings
         // enable or disable according to the settings
         this._halfDomeMask.setEnabled(this._halfDome);
         this._halfDomeMask.setEnabled(this._halfDome);
-        this._crossEye = !!options.crossEye;
+        this._crossEye = !!options.crossEyeMode;
 
 
         // create
         // create
         this._texture.anisotropicFilteringLevel = 1;
         this._texture.anisotropicFilteringLevel = 1;