diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-19 17:59:00 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-01-19 17:59:00 (GMT) |
| commit | 6d3b447f8e32fdaccdb3727af4d72d341e191e94 (patch) | |
| tree | 707dcea0977c413200d321a3e79cf02b4e69c1c4 /src/Console.cpp | |
| parent | 44639a6423c03552a3c0faafab27ef8f395f73a6 (diff) | |
| download | powder-6d3b447f8e32fdaccdb3727af4d72d341e191e94.zip powder-6d3b447f8e32fdaccdb3727af4d72d341e191e94.tar.gz | |
Changes to thumbnail retreival
Diffstat (limited to 'src/Console.cpp')
| -rw-r--r-- | src/Console.cpp | 5 |
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() |
