mirror of
https://github.com/aap/librw.git
synced 2024-11-25 05:05:42 +00:00
some bad copy&paste bug
This commit is contained in:
parent
5fa0e17986
commit
75aeb30b79
@ -319,7 +319,7 @@ lightingCB_Shader(Atomic *atomic)
|
||||
if(atomic->geometry->flags & rw::Geometry::LIGHT){
|
||||
((World*)engine->currentWorld)->enumerateLights(atomic, &lightData);
|
||||
d3ddevice->SetVertexShaderConstantF(VSLOC_ambLight, (float*)&lightData.ambient, 1);
|
||||
if(!(atomic->geometry->flags & rw::Geometry::PRELIT) == 0){
|
||||
if((atomic->geometry->flags & rw::Geometry::NORMALS) == 0){
|
||||
// Get rid of lights that need normals when we don't have any
|
||||
lightData.numDirectionals = 0;
|
||||
lightData.numLocals = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user