Skip to content

Commit

Permalink
Fix crash when enabling/disabling anisotropy
Browse files Browse the repository at this point in the history
  • Loading branch information
Popov72 committed Apr 5, 2023
1 parent 884108c commit 5ce1fce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export class PBRAnisotropicConfiguration extends MaterialPluginBase {
defines.ANISOTROPIC = false;
defines.ANISOTROPIC_TEXTURE = false;
defines.ANISOTROPIC_TEXTUREDIRECTUV = 0;
defines.MAINUV1 = false;
}
}

Expand Down

0 comments on commit 5ce1fce

Please sign in to comment.