aboutsummaryrefslogtreecommitdiff
path: root/src/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/example')
-rw-r--r--src/example/game.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/example/game.cpp b/src/example/game.cpp
index a9f6103..b6a0c31 100644
--- a/src/example/game.cpp
+++ b/src/example/game.cpp
@@ -26,7 +26,6 @@ class MyScript : public Script {
}
void update() {
// Retrieve component from the same GameObject this script is on
-
}
};
@@ -35,8 +34,8 @@ public:
using Scene::Scene;
void load_scene() {
- ComponentManager & mgr = this->component_manager;
- Color color(0, 0, 0, 0);
+ ComponentManager & mgr = this->component_manager;
+ Color color(0, 0, 0, 0);
double screen_size_width = 640;
double screen_size_height = 480;