Skip to content

Commit

Permalink
- fixed multiple entry point error
Browse files Browse the repository at this point in the history
  • Loading branch information
Magicolo committed Mar 9, 2019
1 parent 718edfa commit 5bff47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entia.Experiment/Next/Testy.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public static partial class Nodes

public static class Program
{
public static void Main()
public static void Test()
{
var world = new World();
var controller = world.Controllers.Get(Nodes.Main);
Expand Down

0 comments on commit 5bff47e

Please sign in to comment.