mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-31 01:35:20 +02:00
Added some debug stuff for token translations
This commit is contained in:
parent
0ad34e9b73
commit
025875a401
@ -36,7 +36,8 @@ Public Class DebugDisplay
|
||||
cameraInformation &
|
||||
"E: " & _drawnVertices.ToString() & "/" & _maxVertices.ToString() & Environment.NewLine &
|
||||
"C: " & _maxDistance.ToString() & " A: " & ActionscriptActive.ToString() & Environment.NewLine &
|
||||
"Lang: " & Localization.CurrentLanguage
|
||||
"Lang: " & Localization.CurrentLanguage & Environment.NewLine &
|
||||
"Screen: " & Core.CurrentScreen.ToString
|
||||
|
||||
If Core.GameOptions.ContentPackNames.Count() > 0 Then
|
||||
Dim contentPackString As String = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user