Lets get the formatted currentscreen from Localization class

This commit is contained in:
Daniel S. Billing 2021-04-19 22:23:52 +02:00
parent 402760c08e
commit dd0b40d629

View File

@ -37,7 +37,7 @@ Public Class DebugDisplay
"E: " & _drawnVertices.ToString() & "/" & _maxVertices.ToString() & Environment.NewLine &
"C: " & _maxDistance.ToString() & " A: " & ActionscriptActive.ToString() & Environment.NewLine &
"Lang: " & Localization.CurrentLanguage & Environment.NewLine &
"Screen: " & Core.CurrentScreen.ToString
"Screen: " & Localization.GetCurrentScreen
If Core.GameOptions.ContentPackNames.Count() > 0 Then
Dim contentPackString As String = ""