Skip to content

Commit

Permalink
Android fix
Browse files Browse the repository at this point in the history
  • Loading branch information
user95401 authored Dec 15, 2024
1 parent e691c2f commit 3166b3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class $modify(ParticleSnow, CCDirector) {
if (!SETTING(bool, "Add Snow Particles")) return;
shared_ref = CCParticleSnow::create();
shared_ref->setBlendAdditive(true);
shared_ref->setFadeOutTime(0.5f);
shared_ref->setID("snow_particle"_spr);
shared_ref->schedule(schedule_selector(ParticleSnow::sch));
SceneManager::get()->keepAcrossScenes(shared_ref);
Expand Down Expand Up @@ -161,4 +160,4 @@ class $modify(MouseParticle, CCDirector) {
};
};

#endif
#endif

0 comments on commit 3166b3c

Please sign in to comment.