diff options
Diffstat (limited to 'alligator_render/src')
| -rw-r--r-- | alligator_render/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alligator_render/src/config.rs b/alligator_render/src/config.rs index c73c357..34b5856 100644 --- a/alligator_render/src/config.rs +++ b/alligator_render/src/config.rs @@ -80,7 +80,7 @@ impl<'a> Default for RenderWindowConfig<'a> { title: "Alligator Game", low_power: true, vsync: true, - instance_capacity: 0, // TODO this should probably be bigger + instance_capacity: 500, } } } |
