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