mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
fix normal percentage showing up as negative (#211)
This commit is contained in:
parent
fa7f486c5c
commit
dfc75c8940
1 changed files with 1 additions and 1 deletions
|
@ -2330,7 +2330,7 @@ class GJGameLevel : cocos2d::CCNode {
|
||||||
int m_chk;
|
int m_chk;
|
||||||
bool m_isChkValid;
|
bool m_isChkValid;
|
||||||
bool m_isCompletionLegitimate;
|
bool m_isCompletionLegitimate;
|
||||||
geode::SeedValueVRS m_normalPercent;
|
geode::SeedValueVSR m_normalPercent;
|
||||||
geode::SeedValueRSV m_orbCompletion;
|
geode::SeedValueRSV m_orbCompletion;
|
||||||
geode::SeedValueRSV m_newNormalPercent2;
|
geode::SeedValueRSV m_newNormalPercent2;
|
||||||
int m_practicePercent;
|
int m_practicePercent;
|
||||||
|
|
Loading…
Reference in a new issue