summaryrefslogtreecommitdiffhomepage
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0147bd5..3f5e94d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -117,7 +117,7 @@ int main(void)
//controller_read(&controllers);
movePlayers();
- camera = lookThroughPlayer(camera, world.players[0], world.players[1]);
+ camera = lookThroughPlayer(camera, world.players[0]);
// Update
//----------------------------------------------------------------------------------