Fix maybe

This commit is contained in:
JFronny 2020-06-15 10:48:35 +02:00
parent 75417e92c9
commit d4aad6215b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="DiscordProjectSettings"> <component name="DiscordProjectSettings">
<option name="show" value="true" /> <option name="show" value="PROJECT_FILES" />
</component> </component>
<component name="ProjectNotificationSettings"> <component name="ProjectNotificationSettings">
<option name="askShowProject" value="false" /> <option name="askShowProject" value="false" />

View File

@ -72,7 +72,7 @@ namespace Snakity
Pixel[,] init = new Pixel[1,2]; Pixel[,] init = new Pixel[1,2];
init.Populate(new Pixel()); init.Populate(new Pixel());
DiffDraw.Clear(init); DiffDraw.Clear(init);
DiffDraw.FullDraw(false); DiffDraw.Draw(false, true);
Stopwatch t = Stopwatch.StartNew(); Stopwatch t = Stopwatch.StartNew();
(char[,] level, _) = (char[,] level, _) =
CharArrayLoader.LoadLevel(@" CharArrayLoader.LoadLevel(@"