From e85aeeb0ac6e513f31c7c4e3f6dcfe167831c471 Mon Sep 17 00:00:00 2001 From: EpochFlame Date: Fri, 26 Jan 2024 22:55:52 -0500 Subject: [PATCH] use inline in efx2dbase --- src/plugProjectEbisawaU/efx2dBase.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/plugProjectEbisawaU/efx2dBase.cpp b/src/plugProjectEbisawaU/efx2dBase.cpp index cd2c698c4..171b19862 100644 --- a/src/plugProjectEbisawaU/efx2dBase.cpp +++ b/src/plugProjectEbisawaU/efx2dBase.cpp @@ -111,9 +111,7 @@ void TForever::setGlobalScale(f32 scale) return; } - emitter->mGlobalScl.set(scale, scale, scale); - emitter->mGlobalPScl.x = scale; - emitter->mGlobalPScl.y = scale; + emitter->setScale(scale); } /**