Skip to content
Snippets Groups Projects
  • Lioncash's avatar
    core: Don't construct instance of Core::System, just to access its live instance · 3a4841e4
    Lioncash authored
    This would result in a lot of allocations and related object
    construction, just to toss it all away immediately after the call.
    
    These are definitely not intentional, and it was intended that all of
    these should have been accessing the static function GetInstance()
    through the name itself, not constructed instances.
    3a4841e4