Commit 3a4841e4 authored by Lioncash's avatar Lioncash
Browse files

core: Don't construct instance of Core::System, just to access its live instance

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.
parent 3d1e8f75
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment