Skip to content

Commit

Permalink
RenderCanvas: Remove references to AudioSubsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
LupertEverett authored and dpjudas committed Jan 26, 2025
1 parent cfbb281 commit 4387b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SurrealEngine/Render/RenderCanvas.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "Precomp.h"
#include "RenderSubsystem.h"
#include "RenderDevice/RenderDevice.h"
#include "Audio/AudioSubsystem.h"
#include "UObject/USubsystem.h"
#include "GameWindow.h"
#include "VM/ScriptCall.h"
#include "Engine.h"
Expand Down Expand Up @@ -415,7 +415,7 @@ void RenderSubsystem::DrawTimedemoStats()

/*
Array<std::string> leftlines;
engine->audio->AddStats(leftlines);
engine->audiodev->AddStats(leftlines);
curY = 64;
for (const std::string& text : leftlines)
{
Expand Down

0 comments on commit 4387b38

Please sign in to comment.