Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
drohmer committed Oct 9, 2024
1 parent 11d8f36 commit 9af3afc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions examples/empty_3D_scene/src/scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
using namespace cgp;




void scene_structure::initialize()
{
camera_control.initialize(inputs, window); // Give access to the inputs and window global state to the camera controler
Expand Down
2 changes: 1 addition & 1 deletion examples/test_cgp/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

// Automatically generated file using script update_test.py
// Last generation on: 2024-05-20
// Last generation on: 2024-09-01

#include "cgp/cgp.hpp"
#include <iostream>
Expand Down

0 comments on commit 9af3afc

Please sign in to comment.