More inlines

Also update dtk-template
This commit is contained in:
LagoLunatic
2025-04-19 13:55:59 -04:00
parent f74a03109f
commit 58ab930817
32 changed files with 145 additions and 175 deletions
+2 -6
View File
@@ -390,12 +390,8 @@ void dDoor_smoke_c::smokeInit(dDoor_info_c* door) {
if (emtr != NULL) {
emtr->setRate(16.0f);
emtr->setSpread(0.35f);
emtr->mGlobalDynamicsScale.x = 2.0f;
emtr->mGlobalDynamicsScale.y = 2.0f;
emtr->mGlobalDynamicsScale.z = 2.0f;
emtr->mGlobalParticleScale.x = 2.0f;
emtr->mGlobalParticleScale.y = 2.0f;
emtr->mGlobalParticleScale.z = 2.0f;
JGeometry::TVec3<f32> scale(2.0f, 2.0f, 2.0f);
emtr->setGlobalScale(scale);
}
}