removed trailing backslash from DefineState macro
This commit is contained in:
parent
51b889c6ef
commit
913bb32a39
|
@ -22,6 +22,6 @@ static inline const State* _StateName() {\
|
|||
.update = (const State*(*const)(void*, float)) update_fn,\
|
||||
};\
|
||||
return &instance;\
|
||||
}\
|
||||
}
|
||||
|
||||
#endif // !_fencer_state_h
|
||||
|
|
Loading…
Reference in a new issue