Skip to content

Commit

Permalink
i wonder if this works
Browse files Browse the repository at this point in the history
  • Loading branch information
amelted authored Nov 13, 2020
1 parent 20486fb commit 35ae51d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions QuickNoodle/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ private List<string> parseBookmarks(dynamic bookmarks, dynamic map)
{
log.WriteLine($"Red Colors: {noteRed[0]}, {noteRed[1]}, {noteRed[2]}");
}

}
break;
case "nb":
Expand Down Expand Up @@ -444,13 +445,13 @@ private List<string> parseBookmarks(dynamic bookmarks, dynamic map)
// isNull = true;
var mapCopy = map;

newProcessing(reds, blues, noteReds, noteBlues, eventReds, eventBlues, worldRotation, noteRotation, noteSpawnOffset, noteJumpSpeed, isNull, time, mapCopy, nextMark, index);
// newProcessing(reds, blues, noteReds, noteBlues, eventReds, eventBlues, worldRotation, noteRotation, noteSpawnOffset, noteJumpSpeed, isNull, time, mapCopy, nextMark, index);
// Uncomment for multithreading
// If someone wants to actually try and get this working go ahead but i really burnt myself out trying to get it to work

//Thread thread = new Thread(() => newProcessing(reds, blues, noteReds, noteBlues, eventReds, eventBlues, worldRotation, noteRotation, noteSpawnOffset, noteJumpSpeed, isNull, time, mapCopy, nextMark, index));
//thread.IsBackground = true;
//thread.Start();
Thread thread = new Thread(() => newProcessing(reds, blues, noteReds, noteBlues, eventReds, eventBlues, worldRotation, noteRotation, noteSpawnOffset, noteJumpSpeed, isNull, time, mapCopy, nextMark, index));
thread.IsBackground = true;
thread.Start();

/*parsedCommands.ForEach(Console.WriteLine);
parsedCommands.ForEach(delegate(string command)
Expand Down
Binary file modified QuickNoodle/bin/Debug/QuickNoodle.zip
Binary file not shown.

0 comments on commit 35ae51d

Please sign in to comment.