Skip to content

Commit

Permalink
refactor(config): renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
ms0g committed Aug 12, 2024
1 parent 37f1142 commit f4551a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const std::string ASSET_DIR = "assets";
#define ASPECT (float) SCR_WIDTH / (float) SCR_HEIGHT

// Camera Settings
#define YAW -90.0f
#define PITCH -30.0f
#define YAW (-90.0f)
#define PITCH (-30.0f)
#define SPEED 20.0f
#define SENSITIVITY 0.1f
#define ZOOM 45.0f
Expand Down

0 comments on commit f4551a9

Please sign in to comment.