mirror of
https://github.com/Stone-Red-Code/RemSox.git
synced 2026-09-04 00:56:19 +02:00
Remove Point parameter from Terminal window creation in Start method
This commit is contained in:
@@ -24,7 +24,7 @@ public class TerminalProcess() : Process("Terminal")
|
||||
|
||||
internal override void Start(string[] args)
|
||||
{
|
||||
window = CreateWindow("Terminal", new Size(400, 300), new Point(100, 100));
|
||||
window = CreateWindow("Terminal", new Size(400, 300));
|
||||
|
||||
PrintLine("RemSox GUI Terminal v1.0");
|
||||
PrintLine("Type 'help' for commands.");
|
||||
|
||||
Reference in New Issue
Block a user