kevinortegren / zombieshroom

Large game project
11 stars 2 forks source link

Can only have one pointlight #92

Closed STiX92 closed 10 years ago

STiX92 commented 10 years ago

Level editor is screawing around, probably not a big thing. Can only add / update the first pointlight in the scene. Dont really know when it happened. Guess after merging in new light or when adding gigamesh. Me and Mattias will fix.

MattiasN89 commented 10 years ago

Not our fault, Daniel quick fix! m_fullscreenQuad->DrawInstanced(m_numDirectionalLights); -> m_fullscreenQuad->DrawInstanced(m_numPointLights);