Fix a typo in one of the fixes

This commit is contained in:
Colton Rushton 2021-02-12 09:26:50 -04:00
parent bb925bb056
commit fb114df1e0
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ s8 init_shadow(struct Shadow *s, f32 xPos, f32 yPos, f32 zPos, s16 shadowScale,
waterLevel = get_water_level_below_shadow(s);
}
#else
waterLevel = get_water_level_below_shasow(s);
waterLevel = get_water_level_below_shadow(s);
#endif
if (gShadowAboveWaterOrLava) {
//! @bug Use of potentially undefined variable `waterLevel`