Format more engine code

This commit is contained in:
Wojtek Figat
2022-06-14 20:26:33 +02:00
parent b49e5e9984
commit 2bf6fac77d
37 changed files with 120 additions and 304 deletions

View File

@@ -71,7 +71,7 @@ bool ParticleBuffer::Init(ParticleEmitter* emitter)
}
#endif
default:
CRASH;
CRASH;
}
return false;
@@ -107,7 +107,7 @@ bool ParticleBuffer::AllocateSortBuffer()
}
#endif
default:
CRASH;
CRASH;
return true;
}
@@ -133,6 +133,6 @@ void ParticleBuffer::Clear()
}
#endif
default:
CRASH;
CRASH;
}
}