mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-24 14:49:27 +00:00
Minor cleanups
- remove redundant conditional - remove unused vars - remove extra ags to printf - reduce scope of decl
This commit is contained in:
parent
65099897f4
commit
396a7064dc
6 changed files with 5 additions and 8 deletions
|
|
@ -265,7 +265,7 @@ void GFont::dumpInfo() const
|
|||
if(mapCount)
|
||||
Con::printf(" - Codepoints range from 0x%x to 0x%x.", mapBegin, mapEnd);
|
||||
else
|
||||
Con::printf(" - No mapped codepoints.", mapBegin, mapEnd);
|
||||
Con::printf(" - No mapped codepoints.");
|
||||
Con::printf(" - Platform font is %s.", (mPlatformFont ? "present" : "not present") );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue