diff --git a/src/road/road.zig b/src/road/road.zig index 2583f2e..64df54a 100644 --- a/src/road/road.zig +++ b/src/road/road.zig @@ -19,7 +19,7 @@ pub const Road = struct { pub fn confirmRoad(self: *Road, pos: rl.Vector2) void { self.end_point = pos; } - // lets make each road state carry the color with it instead of this + // todo lets make each road state carry the color with it instead of this pub fn setColor(self: *Road, road_state: str.RoadState) void { self.color = switch (road_state) { .valid => .black,