aboutsummaryrefslogtreecommitdiffstats
path: root/tests/engine/test.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-02-08 20:48:49 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-02-08 20:48:49 +0000
commite9bd903761605c7619a235edddf07c3a0b963968 (patch)
treeaddc371ab13aa135976ac2c9774192cbb4a3b4b2 /tests/engine/test.cpp
parent6c4772685909f1f47aa902532d955c77b8e8271d (diff)
downloadYAGE-e9bd903761605c7619a235edddf07c3a0b963968.tar.gz
YAGE-e9bd903761605c7619a235edddf07c3a0b963968.zip
[Engine] More entity component systems options.
Diffstat (limited to 'tests/engine/test.cpp')
-rw-r--r--tests/engine/test.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/engine/test.cpp b/tests/engine/test.cpp
index 6026e40a..be8e6782 100644
--- a/tests/engine/test.cpp
+++ b/tests/engine/test.cpp
@@ -8,7 +8,6 @@ int main()
auto entity = space.createEntity();
auto entity2 = space.createEntity();
auto entity3 = space.createEntity();
-
auto entity4 = space.createEntity();
yLogInfo << "Entity 1: " << entity;