Skip to content

Commit

Permalink
feat(engine): implement active component for cameras and light
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoVintem committed Nov 10, 2024
1 parent 0467764 commit 415dd0b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion engine/src/render/split_screen/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include <cubos/engine/transform/local_to_world.hpp>
#include <cubos/engine/transform/plugin.hpp>


using namespace cubos::engine;

CUBOS_DEFINE_TAG(cubos::engine::splitScreenTag);
Expand Down
1 change: 0 additions & 1 deletion engine/src/render/ssao/plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <cubos/engine/transform/plugin.hpp>
#include <cubos/engine/window/plugin.hpp>


using namespace cubos::core::gl;
using cubos::core::io::Window;

Expand Down

0 comments on commit 415dd0b

Please sign in to comment.