Skip to content

Commit

Permalink
Allow "rorriM" effect be constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptedSnark committed Oct 29, 2024
1 parent 495c5c9 commit 1f1fcb4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions GSChaos/CFeatureMirrorScreen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,9 @@ void CFeatureMirrorScreen::SwapBuffers()


glDisable(GL_BLEND);
}

bool CFeatureMirrorScreen::CanBeInfinite()
{
return true;
}
1 change: 1 addition & 0 deletions GSChaos/CFeatureMirrorScreen.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class CFeatureMirrorScreen : public CChaosFeature
void SwapBuffers() override;
double GetDuration() override;
bool UseCustomDuration() override;
bool CanBeInfinite() override;
};

#else //!__cplusplus
Expand Down

0 comments on commit 1f1fcb4

Please sign in to comment.