Corrected some bugs and warnings

This commit is contained in:
raysan5
2015-04-22 18:36:52 +02:00
parent ceb7325727
commit 7db895ab5d
6 changed files with 15 additions and 13 deletions

View File

@@ -1411,12 +1411,14 @@ Vector3 rlglUnproject(Vector3 source, Matrix proj, Matrix view)
//glGetIntegerv(GL_VIEWPORT, viewport);
// Viewport data
/*
int x = 0;
int y = 0;
int width = GetScreenWidth();
int height = GetScreenHeight();
float minDepth = 0.0f;
float maxDepth = 1.0f;
*/
/*
Matrix modelviewprojection = MatrixMultiply(modelview, projection);
MatrixInvert(&modelviewprojection);