Skip to content

Commit

Permalink
Remove fakematch attempt from CCharAnimTime
Browse files Browse the repository at this point in the history
  • Loading branch information
Antidote committed Mar 20, 2024
1 parent fb1a193 commit 7f50024
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Kyoto/Animation/CCharAnimTime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

#include <rstl/math.hpp>

inline const float& derp(const float& d) { return d; }

CCharAnimTime::CCharAnimTime(CInputStream& in)
: x0_time(in.Get< float >()), x4_type(EType(in.Get< int >())) {
}
Expand Down

0 comments on commit 7f50024

Please sign in to comment.