Describe the bug
My compiler detected a buffer over-read stemming from lightmappedgeneric_dx9_helper.cpp:1571. The called method SetPixelShaderConstant() attempts to read 4 floats from the passed pointer, which is in fact only a singular float.
Expected behavior
No buffer over-read.
Describe the bug
My compiler detected a buffer over-read stemming from lightmappedgeneric_dx9_helper.cpp:1571. The called method
SetPixelShaderConstant()attempts to read 4 floats from the passed pointer, which is in fact only a singular float.Expected behavior
No buffer over-read.