Skip to content

Commit d1b0324

Browse files
authored
Merge pull request #2147 from HDR-Development/small-fixes
Update whitespace
2 parents a55e41a + b128a1c commit d1b0324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fighters/mario/src/opff.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ utils::import_noreturn!(common::opff::fighter_common_opff);
33
use super::*;
44
use globals::*;
55

6-
6+
77
unsafe fn dair_mash_rise(fighter: &mut L2CFighterCommon, boma: &mut BattleObjectModuleAccessor, id: usize, motion_kind: u64, situation_kind: i32, frame: f32) {
88
if motion_kind == hash40("attack_air_lw") {
99
//let motion_vec = Vector3f{x:0.0, y: 2.5, z: 0.0};

0 commit comments

Comments
 (0)