2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-14 18:46:09 +00:00

Merge remote-tracking branch 'origin/master' into elitepirate

# Conflicts:
#	Runtime/World/CPatterned.hpp
This commit is contained in:
2020-04-01 15:02:56 -04:00
277 changed files with 3688 additions and 6747 deletions

View File

@@ -21,7 +21,7 @@ struct SMoverData {
zeus::CAxisAngle x24_;
float x30_mass;
SMoverData(float mass) : x30_mass(mass) {}
explicit SMoverData(float mass) : x30_mass(mass) {}
};
struct CMotionState {