Skip to content

Commit

Permalink
feat: enable waterparallax for VR
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Apr 1, 2024
1 parent efc738f commit c88e724
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Features/WaterParallax.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ struct WaterParallax : Feature
virtual void Save(json& o_json);

virtual void RestoreDefaultSettings();
bool SupportsVR() override { return true; };
};

0 comments on commit c88e724

Please sign in to comment.