summaryrefslogtreecommitdiff
path: root/src/Console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Console.cpp')
-rw-r--r--src/Console.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Console.cpp b/src/Console.cpp
index f861fd1..51f1155 100644
--- a/src/Console.cpp
+++ b/src/Console.cpp
@@ -48,10 +48,9 @@ std::vector<ConsoleCommand> * Console::GetPreviousCommands()
}
-Console::Console(ui::Sandbox * sandbox)
+Console::Console()
{
- this->sandbox = sandbox;
- sim = sandbox->GetSimulation();
+ //sim = sandbox->GetSimulation();
}
Console::~Console()