Skip to content

Commit

Permalink
BLUGA: Remove test parallax
Browse files Browse the repository at this point in the history
  • Loading branch information
TTENSHII committed Nov 5, 2023
1 parent bc778c7 commit 6958a82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@

namespace Systems::GraphicsSystems {

static constexpr int maxOutParallaxLeft = -10;
static constexpr int maxOutParallaxRight = 10;
static constexpr int maxOutParallaxLeft = -100;
static constexpr int maxOutParallaxRight = 100;



Expand Down

0 comments on commit 6958a82

Please sign in to comment.