Skip to content

Commit

Permalink
Fixed dumb typo in null material check in shader requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Nov 28, 2024
1 parent 5303e24 commit 54fc4ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ private ShaderRequirements(IReadOnlyModel model,
case IColorMaterial
or INullMaterial
or ITextureMaterial
or IStandardMaterial: {
or IStandardMaterial
or null: {
this.UsedColors[0] = true;
break;
}
Expand Down

0 comments on commit 54fc4ba

Please sign in to comment.