Skip to content

Commit

Permalink
RTSS: fix parsing triplanarTexturing params
Browse files Browse the repository at this point in the history
  • Loading branch information
paroj committed Jan 22, 2023
1 parent 9e7fb23 commit 0a59849
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,7 @@ namespace RTShader {
{
return NULL;
}
++it;
Vector3 vParameters(parameters[0], parameters[1], parameters[2]);
tpSubRenderState->setParameters(vParameters);

Expand Down

0 comments on commit 0a59849

Please sign in to comment.