Update examples to new camera system

This commit is contained in:
raysan5 2016-10-10 19:43:27 +02:00
parent 5fecf5c088
commit 648676f46b
12 changed files with 35 additions and 47 deletions

View file

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