ShowTime13
Is the check if variable is certain value creating performance hit?
I want this part to not be checked each frame. But the logical problem is that if I don't check this, I'll have to check something else.
else if (addForceSpeedAir != originalAddForceSpeedAir) {
addForceSpeedAir = originalAddForceSpeedAir;
}
78 replies