mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-04 03:37:59 -04:00
fix formatting
This commit is contained in:
parent
88c268ae5a
commit
d5093c88bb
@ -35,7 +35,7 @@ pub const ParticleManager = struct {
|
||||
|
||||
const ParticleIndex = u16;
|
||||
var particleTypeHashmap: std.StringHashMapUnmanaged(ParticleIndex) = .{};
|
||||
var typeIds: main.List([]const u8) = undefined;
|
||||
var typeIds: main.List([]const u8) = undefined;
|
||||
|
||||
pub fn init() void {
|
||||
types = .init(arenaAllocator);
|
||||
|
Loading…
x
Reference in New Issue
Block a user