mirror of
https://github.com/PixelGuys/Cubyz.git
synced 2025-08-03 11:17:05 -04:00
Fix formatting
This commit is contained in:
parent
588e12fcdb
commit
435d22083d
@ -1316,7 +1316,7 @@ pub const ThreadPool = struct { // MARK: ThreadPool
|
||||
/// The bit size can be changed using the `resize` function.
|
||||
pub fn DynamicPackedIntArray(size: comptime_int) type { // MARK: DynamicPackedIntArray
|
||||
return struct {
|
||||
data: []align(64)u32 = &.{},
|
||||
data: []align(64) u32 = &.{},
|
||||
bitSize: u5 = 0,
|
||||
|
||||
const Self = @This();
|
||||
|
Loading…
x
Reference in New Issue
Block a user