mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix the rest of the plString::Format calls
This commit is contained in:
@ -244,7 +244,7 @@ plString plGenericType::GetAsString() const
|
||||
return plFormat("{}", fU);
|
||||
case kFloat :
|
||||
case kDouble :
|
||||
return plString::Format("%f", fType==kDouble?fD:fF);
|
||||
return plFormat("{f}", fType==kDouble ? fD : fF);
|
||||
case kChar :
|
||||
return plFormat("{}", fC);
|
||||
case kAny :
|
||||
|
Reference in New Issue
Block a user