mirror of
https://github.com/zeldaret/tp
synced 2026-09-11 12:15:36 -04:00
Add a precompiled header for RELs (#2597)
This commit is contained in:
@@ -22,4 +22,4 @@ void JASSoundParams::combine(const JASSoundParams &other1, const JASSoundParams
|
||||
mFxMix = other1.mFxMix + other2.mFxMix;
|
||||
mPan = other1.mPan + other2.mPan - 0.5f;
|
||||
mDolby = other1.mDolby + other2.mDolby;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user