Project renamed from 'base-road-network' to 'traffic-simulator'
This commit is contained in:
@@ -11,7 +11,7 @@ pub fn main(init: std.process.Init) !void {
|
||||
.msaa_4x_hint = true,
|
||||
.window_highdpi = true,
|
||||
});
|
||||
rl.initWindow(c.WIDTH, c.HEIGHT, "Base Road Network");
|
||||
rl.initWindow(c.WIDTH, c.HEIGHT, "Traffic Simulator");
|
||||
defer rl.closeWindow();
|
||||
|
||||
const monitor = 0;
|
||||
|
||||
Reference in New Issue
Block a user