Skip to content

Commit d6fb874

Browse files
author
nitrocaster
committed
Generalize args: CGameFont -> IGameFont.
1 parent 7041019 commit d6fb874

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/xrEngine/Stats.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ CStats::~CStats()
7171
}
7272

7373

74-
static void DumpSpatialStatistics(CGameFont &font, IPerformanceAlert *alert, ISpatial_DB &db, float engineTotal)
74+
static void DumpSpatialStatistics(IGameFont &font, IPerformanceAlert *alert, ISpatial_DB &db, float engineTotal)
7575
{
7676
#ifdef DEBUG
7777
auto &stats = db.Stats;
@@ -87,7 +87,7 @@ static void DumpSpatialStatistics(CGameFont &font, IPerformanceAlert *alert, ISp
8787
#endif
8888
}
8989

90-
static void DumpColliderStatistics(CGameFont &font, IPerformanceAlert *alert)
90+
static void DumpColliderStatistics(IGameFont &font, IPerformanceAlert *alert)
9191
{
9292
auto &stats = XRC.Stats;
9393
stats.FrameEnd();

0 commit comments

Comments
 (0)