Remove unnecessarily interpolated strings

This commit is contained in:
Eduardo Cáceres
2022-05-02 13:08:29 +02:00
committed by atlimit8
parent 7eb64ea6fc
commit aed2b8afae
3 changed files with 5 additions and 5 deletions

View File

@@ -231,7 +231,7 @@ namespace OpenRA
BeginFrame();
if (worldSheet == null)
throw new InvalidOperationException($"BeginWorld called before SetMaximumViewportSize has been set.");
throw new InvalidOperationException("BeginWorld called before SetMaximumViewportSize has been set.");
if (worldSprite == null || worldViewport.Size != lastWorldViewportSize)
{