mirror of
https://github.com/aap/librw.git
synced 2025-12-18 16:39:51 +00:00
tiny fix
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user