2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 11:07:44 +00:00

Runtime: constexpr fixes for gcc

This commit is contained in:
2020-05-27 13:02:20 -04:00
parent c4ccb1cfce
commit d44eccc386
8 changed files with 10 additions and 13 deletions

View File

@@ -122,7 +122,7 @@ CCameraShakeData CCameraShakeData::LoadCameraShakeData(CInputStream& in) {
return {duration, 100.f, 0, zeus::skZero3f, shakerX, shakerY, shakerZ};
}
constexpr CCameraShakeData CCameraShakeData::skChargedShotCameraShakeData{
const CCameraShakeData CCameraShakeData::skChargedShotCameraShakeData{
0.3f,
100.f,
0,