Add 1 million entities
This commit is contained in:
parent
72e29dbd33
commit
be197fff2e
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ pub const Entity = struct {
|
||||||
color: u32,
|
color: u32,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const MAX_ENTITIES: usize = 100_000;
|
pub const MAX_ENTITIES: usize = 1_000_000;
|
||||||
|
|
||||||
pub const Entities = struct {
|
pub const Entities = struct {
|
||||||
items: [MAX_ENTITIES]Entity,
|
items: [MAX_ENTITIES]Entity,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue