mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-26 08:24:31 -04:00
first round of constants cleanup (#3021)
* first round of constants cleanup * move m_PI_D definition * remove compatibility comment * add future version of angle subtracting with/without cast * whitespace change to run builds again
This commit is contained in:
@@ -3348,8 +3348,8 @@ bool dCamera_c::possessedEvCamera() {
|
||||
cXyz sp60;
|
||||
mDoLib_project(&mEyePos, &sp60);
|
||||
SetBlurePosition(sp60.x / scissor->width, sp60.y / scissor->height, 0.0f);
|
||||
SetBlureAlpha((fVar1 * 0.699999988079071f) + 0.5f);
|
||||
SetBlureScale((fVar1 * 0.09000000357627869f) + 1.1f, 0.98f - (fVar1 * 0.18000000715255737f), 0.0f);
|
||||
SetBlureAlpha((fVar1 * 0.7f) + 0.5f);
|
||||
SetBlureScale((fVar1 * 0.09f) + 1.1f, 0.98f - (fVar1 * 0.18f), 0.0f);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user