Updated README.md
This commit is contained in:
parent
6cabc41276
commit
0a74385f58
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ---
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue