diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-05-21 17:00:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-21 17:00:45 -0400 |
| commit | 0b1706bec2ab4ddf22d1297df82d61e1bc8f15bb (patch) | |
| tree | 359a55c624ad9a690810ffd2b3305fff1b8d541e /src/d/d_ovlp_fade2.cpp | |
| parent | fd6cb6e4cad33f907adcd29eba71498a60dbc9cc (diff) | |
| parent | 21cd7a2f67d019592fa3275ba76f6ab98fd2791a (diff) | |
Merge pull request #761 from LagoLunatic/d44j01
Add support for building the kiosk demo
Diffstat (limited to 'src/d/d_ovlp_fade2.cpp')
| -rw-r--r-- | src/d/d_ovlp_fade2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_ovlp_fade2.cpp b/src/d/d_ovlp_fade2.cpp index 82300075..b8227613 100644 --- a/src/d/d_ovlp_fade2.cpp +++ b/src/d/d_ovlp_fade2.cpp @@ -257,7 +257,7 @@ overlap_process_profile_definition g_profile_OVERLAP2 = { &l_dOvlpFd2_Method, }; -#if VERSION != VERSION_JPN +#if VERSION > VERSION_JPN overlap_process_profile_definition g_profile_OVERLAP3 = { fpcLy_ROOT_e, 2, |
