Skip to content

Commit 71cd42b

Browse files
committed
update file
1 parent 830fcad commit 71cd42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gtasa/effects/custom/player/TheFlashEffect.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class TheFlashEffect : public EffectBase
7070
if (Globals::enabledEffects["walk_on_water"])
7171
newZ = std::max (0.0f, newZ);
7272

73-
player->GetMatrix ()->pos.z = newZ + 0.7f;
73+
player->GetMatrix ()->pos.z = newZ + 0.8f;
7474
}
7575

7676
static bool

0 commit comments

Comments
 (0)