Updated README.md

This commit is contained in:
abux 2026-08-01 21:55:04 +01:00
parent 6cabc41276
commit 0a74385f58

View file

@ -17,7 +17,7 @@ const Velocity = struct { value: @Vector(2, f32) = .{ 0, 0 } };
test "basic" {
// --- WORLD ---
var world: Self = .init(std.testing.allocator);
var world: World = .init(std.testing.allocator);
defer world.deinit();
// --- PLAYER ---