mirror of https://github.com/aap/librw.git
tiny fix
This commit is contained in:
parent
f7e7841e1c
commit
0bc9c77c81
|
@ -377,7 +377,7 @@ DrawDirectLight(void)
|
|||
void
|
||||
DrawCurrentLight(void)
|
||||
{
|
||||
rw::SetRenderState(rw::TEXTURERASTER, nil);
|
||||
rw::SetRenderStatePtr(rw::TEXTURERASTER, nil);
|
||||
rw::SetRenderState(rw::CULLMODE, rw::CULLBACK);
|
||||
rw::SetRenderState(rw::ZTESTENABLE, 1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue