3.21.4
This is a hotfix for the previous release, which included a typo in BBMOD_DefaultShader.set_material
, causing an error.
Changelog:
- Fixed typo in method
set_material
ofBBMOD_DefaultShader
, which tried to use theNormalSmoothness
texture when the material was usingNormalRoughness
, causing an error.