Remove unnecessarily interpolated strings
This commit is contained in:
committed by
atlimit8
parent
7eb64ea6fc
commit
aed2b8afae
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user