Updates some examples

This commit is contained in:
raysan5 2015-08-30 17:46:37 +02:00
parent 535b9e606f
commit 32330801c9
10 changed files with 124 additions and 33 deletions

View file

@ -38,7 +38,7 @@ int main()
{
// Update
//----------------------------------------------------------------------------------
camera = UpdateCamera(0); // Update internal camera and our camera
UpdateCamera(&camera); // Update internal camera and our camera
//----------------------------------------------------------------------------------
// Draw