Skip to content

Commit cc7e6d6

Browse files
authored
Fix some SVG issues (#2388)
1 parent c59aa58 commit cc7e6d6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Client/mods/deathmatch/logic/CClientPerfStat.LuaMemory.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ void CClientPerfStatLuaMemoryImpl::GetLuaMemoryStats(CClientPerfStatResult* pRes
253253
pResult->AddColumn("RenderTargets");
254254
pResult->AddColumn("ScreenSources");
255255
pResult->AddColumn("WebBrowsers");
256+
pResult->AddColumn("VectorGraphics");
256257

257258
// Calc totals
258259
if (strFilter == "")

Client/mods/deathmatch/logic/lua/CLuaFunctionParseHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ inline SString GetClassTypeName(eSoundEffectParams::Reverb*)
486486
return "soundeffect-params-reverb";
487487
}
488488

489-
inline SString GetClassByTypeName(CClientVectorGraphic*)
489+
inline SString GetClassTypeName(CClientVectorGraphic*)
490490
{
491491
return "svg";
492492
}

0 commit comments

Comments
 (0)