Replace for(;;) with while (true).
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenRA.Mods.Common.Widgets
|
||||
lock (syncWorker)
|
||||
workerAlive = true;
|
||||
|
||||
for (;;)
|
||||
while (true)
|
||||
{
|
||||
float hue;
|
||||
lock (syncWorker)
|
||||
|
||||
Reference in New Issue
Block a user