1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2024-11-25 09:44:02 +00:00

typo; fix tile wavy-effect flip (this effectively made numpad 5+6 effects the same)

This commit is contained in:
fgenesis 2024-09-22 04:32:18 +02:00
parent 08913e68f4
commit c7aa3e2ec3

View file

@ -338,7 +338,6 @@ TileEffectData::TileEffectData(const TileEffectConfig& cfg, const TileData *t)
wavy.hitPerc = 0;
wavy.effectMult = 0;
wavy.waving = false;
wavy.flip = false;
wavy.touching = false;
}
break;