Fix unnecessary space in screenshot token
This commit is contained in:
parent
e74ff7cc50
commit
d49217ff95
|
@ -100,7 +100,7 @@
|
|||
|
||||
b.Save(GameController.GamePath & "\screenshots\" & fileName, Drawing.Imaging.ImageFormat.Png)
|
||||
|
||||
Core.GameMessage.SetupText(Localization.GetString("game_message_screenshot") & fileName, FontManager.MainFont, Color.White)
|
||||
Core.GameMessage.SetupText(Localization.GetString("game_message_screenshot") & " " & fileName, FontManager.MainFont, Color.White)
|
||||
Core.GameMessage.ShowMessage(12, Core.GraphicsDevice)
|
||||
Catch ex As Exception
|
||||
Logger.Log(Logger.LogTypes.ErrorMessage, "Basic.vb: " & Localization.GetString("game_message_screenshot_failed") & ". More information: " & ex.Message)
|
||||
|
|
Loading…
Reference in New Issue