mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
General: Convert PanicAlerts over to fmt equivalent
Converts lingering panic alert calls over to the fmt-capable ones.
This commit is contained in:
@ -260,7 +260,7 @@ static float CalculateLightAttn(const LightPointer* light, Vec3* _ldir, const Ve
|
||||
break;
|
||||
}
|
||||
default:
|
||||
PanicAlert("LightColor");
|
||||
PanicAlertFmt("LightColor");
|
||||
}
|
||||
|
||||
return attn;
|
||||
|
Reference in New Issue
Block a user