From ff054cad993bb89a2179358a71681ce45a9cccf3 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Thu, 16 Sep 2021 13:02:52 -0400 Subject: Corrected movement --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index ec47f86..dc8b2b9 100644 --- a/src/main.zig +++ b/src/main.zig @@ -25,7 +25,7 @@ const isKeyPressed = sf.window.keyboard.isKeyPressed; const std = @import("std"); const constants = @import("constants.zig"); -const raycast = @import("raycast.zig"); +const raycast = @import("player.zig"); const level = @import("level.zig"); pub fn main() !void { -- cgit v1.3.1