diff options
Diffstat (limited to 'grapher/Program.cs')
| -rw-r--r-- | grapher/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grapher/Program.cs b/grapher/Program.cs index afd45ba..b36ece3 100644 --- a/grapher/Program.cs +++ b/grapher/Program.cs @@ -16,7 +16,7 @@ namespace grapher { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); - Application.Run(new Form1()); + Application.Run(new RawAcceleration()); } } } |