commit d03bb1a1
Removed potentional buggy overload
Changed files
| M | source/code/main.cpp before |
diff --git a/source/code/main.cpp b/source/code/main.cpp
index eed4119..0601df5 100644
--- a/source/code/main.cpp
+++ b/source/code/main.cpp
@@ -910,11 +910,6 @@ public:
}
}
-
- void Update(int newtick) {
- BlockGame::Update(newtick);
- }
-
private:
int topx, topy;
};