This commit is contained in:
jonathan santis 2024-12-02 13:41:43 +01:00
parent 34c79af668
commit 899a796c99

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("atractor allocated\n",.{}); std.debug.print("atractorr allocated\n",.{});
break; break;
} }
} }