Skip to content

Commit

Permalink
Fix inappropriate default type of Shader._deferSetShader.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminDRichards committed Feb 9, 2024
1 parent 2e8a8f8 commit 9ab8297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gameobjects/shader/Shader.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ var Shader = new Class({
* @private
* @since 3.80.0
*/
this._deferSetShader = false;
this._deferSetShader = null;

/**
* Internal property: whether the projection matrix needs to be set,
Expand Down

0 comments on commit 9ab8297

Please sign in to comment.