mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Lets get the formatted currentscreen from Localization class
This commit is contained in:
parent
402760c08e
commit
dd0b40d629
@ -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 = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user