Skip to content

Commit bc63777

Browse files
committed
HlmsPbsDatablock::setUserValue never calls scheduleConstBufferUpdate()
1 parent 8c05a5c commit bc63777

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Components/Hlms/Pbs/src/OgreHlmsPbsDatablock.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -960,6 +960,7 @@ namespace Ogre
960960
mUserValue[userValueIdx][1] = value.y;
961961
mUserValue[userValueIdx][2] = value.z;
962962
mUserValue[userValueIdx][3] = value.w;
963+
scheduleConstBufferUpdate();
963964
}
964965
//-----------------------------------------------------------------------------------
965966
Vector4 HlmsPbsDatablock::getUserValue(uint8 userValueIdx) const

0 commit comments

Comments
 (0)