render: pass local instead of curententity in R_DrawWorld

Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
Kevin Shanahan 2012-10-22 12:18:14 +10:30
parent ae1f90e019
commit cbdaf1cdc8

View File

@ -1105,7 +1105,7 @@ R_DrawWorld(void)
if (r_drawflat.value) {
DrawFlatTextureChains();
} else {
DrawTextureChains(currententity);
DrawTextureChains(&ent);
R_BlendLightmaps();
}
}