Perforamnce|Renderer: Avoid redundant memory allocs when drawing wall shadows
drawWallShadow() now keeps a persistent array of indices instead ofcontinuously allocating and releasing one.
View differences
Perforamnce|Renderer: Avoid redundant memory allocs when drawing wall shadows
drawWallShadow() now keeps a persistent array of indices instead of
continuously allocating and releasing one.