fix compile issue

This commit is contained in:
Erwin Coumans
2017-04-23 17:12:40 -07:00
parent 4759e5a590
commit 552c85617f
2 changed files with 4 additions and 6 deletions

View File

@@ -172,7 +172,7 @@ struct InternalDataRenderer : public GLInstanceRendererInternalData
m_shadowTexture(0),
m_renderFrameBuffer(0)
{
m_lightPos=b3MakeVector3(-5,50,50);
m_lightPos=b3MakeVector3(-50,30,100);
//clear to zero to make it obvious if the matrix is used uninitialized
for (int i=0;i<16;i++)