Fix Windows build

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5501 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 4bc7139690c6b36cfe62d6f938c4ad595e41df42
Former-commit-id: 5818c858af3599357ebd7c61252047ce6219448f
This commit is contained in:
beaglejoe 2013-06-09 23:15:07 +00:00
parent a7033e40da
commit 932d9e1a6b

View file

@ -106,7 +106,7 @@ void SDReflectionMapping::update(){
up[1] = car->_posMat[2][1];
up[2] = car->_posMat[2][2];
for(uint i=0;i<cameras.size();i++){
for(unsigned int i=0;i<cameras.size();i++){
cameras[i]->setViewMatrixAsLookAt(eye,center,up);
}
}