Forgot based zig can just infer types

This commit is contained in:
2026-05-07 11:18:55 +02:00
parent 570bb84ff1
commit f0afbd813f

View File

@ -11,7 +11,7 @@ const Frug = struct {
@intFromFloat(self.pos.x),
@intFromFloat(self.pos.y),
self.radius,
rl.Color.green,
.green,
);
}
pub fn init() Frug {