Updates some examples
This commit is contained in:
parent
535b9e606f
commit
32330801c9
10 changed files with 124 additions and 33 deletions
|
@ -38,7 +38,7 @@ int main()
|
|||
{
|
||||
// Update
|
||||
//----------------------------------------------------------------------------------
|
||||
camera = UpdateCamera(0); // Update internal camera and our camera
|
||||
UpdateCamera(&camera); // Update internal camera and our camera
|
||||
|
||||
if (IsMouseButtonPressed(MOUSE_LEFT_BUTTON))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue