mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-16 21:51:21 +00:00
Merge pull request #99 from lioncash/typo
CElementGen: Correct FourCC in SetTranslation()
This commit is contained in:
commit
b9b9eddd1e
@ -1753,7 +1753,7 @@ void CElementGen::SetTranslation(const zeus::CVector3f& translation) {
|
|||||||
|
|
||||||
for (const std::unique_ptr<CParticleGen>& ch : x290_activePartChildren) {
|
for (const std::unique_ptr<CParticleGen>& ch : x290_activePartChildren) {
|
||||||
switch (ch->Get4CharId().toUint32()) {
|
switch (ch->Get4CharId().toUint32()) {
|
||||||
case SBIG('SELC'):
|
case SBIG('ELSC'):
|
||||||
ch->SetTranslation(translation + x2c0_SEPO);
|
ch->SetTranslation(translation + x2c0_SEPO);
|
||||||
break;
|
break;
|
||||||
case SBIG('SWHC'):
|
case SBIG('SWHC'):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user