Skip to content

Commit

Permalink
Use undefined instead of false
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycat9000 committed Nov 14, 2024
1 parent 79133ea commit 85b2af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/Source/Scene/SkyBox.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function SkyBox(options) {
this._attributeLocations = undefined;
this._useHdr = undefined;
this._hasError = false;
this._error = false;
this._error = undefined;
}

/**
Expand Down

0 comments on commit 85b2af0

Please sign in to comment.