Skip to content

Commit

Permalink
Fixed type of camera component
Browse files Browse the repository at this point in the history
  • Loading branch information
dorosch committed Apr 11, 2023
1 parent 0845717 commit 7eb9bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/core/ecs/component.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ namespace Engine {

class Camera : public Component {
public:
const Type type = Type::LIGHT;
const Type type = Type::CAMERA;

// TODO: Need to add roll support
// float roll;
Expand Down

0 comments on commit 7eb9bf1

Please sign in to comment.