Corrected issue on distortion shader

This commit is contained in:
raysan5 2016-06-27 18:59:03 +02:00
parent c4922c9e88
commit 5a4eb34c39
3 changed files with 16 additions and 20 deletions

View file

@ -63,11 +63,13 @@ int main()
DrawCubeWires(cubePosition, 2.0f, 2.0f, 2.0f, MAROON);
DrawGrid(10, 1.0f);
DrawDefaultBuffers(); // Process internal dynamic buffers
}
End3dMode();
DrawFPS(10, 10);
EndDrawing();
//----------------------------------------------------------------------------------