This commit is contained in:
jonathan santis 2024-12-02 13:26:56 +01:00
parent a1e4bf7034
commit b4cd631703
2 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ const Emitter = struct {
if(at.init_done != 1) if(at.init_done != 1)
{ {
at.init(.{.a=.{.x=@floatFromInt(rl.getMouseX() - screenWidth / 2),.y=@floatFromInt(rl.getMouseY() - screenHeight / 2),.z=0}}); at.init(.{.a=.{.x=@floatFromInt(rl.getMouseX() - screenWidth / 2),.y=@floatFromInt(rl.getMouseY() - screenHeight / 2),.z=0}});
std.debug.print("attractor allocated\n",.{}); std.debug.print("atractor allocated\n",.{});
break; break;
} }
} }

Binary file not shown.