crownengine / crown

The flexible game engine.
https://www.crownengine.org
Other
2.1k stars 152 forks source link

runtime: remove most instances of default_allocator() #108

Open dbartolini opened 1 year ago

dbartolini commented 1 year ago

default_allocator() should only be used by top-level systems and always wrapped by a ProxyAllocator before being passed down to a sub-system.