summaryrefslogtreecommitdiff
path: root/src/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.cpp')
-rw-r--r--src/game.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/game.cpp b/src/game.cpp
index 24b98cd..37109c5 100644
--- a/src/game.cpp
+++ b/src/game.cpp
@@ -435,7 +435,6 @@ void Game_LoadSceneFile(PkeLevel *level, const char *sceneFilePath) {
return;
}
memset(readLine, '\0', readLineLength);
- ECS_CreateEntity(level);
while (f.getline(readLine, readLineLength)) {
if (strcmp(PKE_FILE_OBJ_CAMERA, readLine) == 0) {