Skip to content

Commit

Permalink
Compilation fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gleblebedev committed Jul 10, 2024
1 parent 7b5f7ce commit aaf876a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions RbfxTemplate.Tests/SimpleHeadlessApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public override void Setup()
{
base.Setup();
EngineParameters[Urho3D.EpHeadless] = true;
EngineParameters[Urho3D.EpSound] = false;
}

/// <summary>
Expand Down
3 changes: 2 additions & 1 deletion RbfxTemplate/UrhoApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,9 @@ public override void Stop()
_pluginApplication.Ptr.UnloadPlugin();
_pluginApplication.Dispose();
}

#if DEBUG
_debugHud?.Dispose();
#endif
base.Stop();
}

Expand Down

0 comments on commit aaf876a

Please sign in to comment.