You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of right now, we can only load one .ini file at a time. Instead, we should parse the Config directory for each file, load it in, and add it to our map of configurations.
This should be done on Engine::Startup inside of the FlingConfig.
The text was updated successfully, but these errors were encountered:
As of right now, we can only load one
.ini
file at a time. Instead, we should parse theConfig
directory for each file, load it in, and add it to our map of configurations.This should be done on
Engine::Startup
inside of theFlingConfig
.The text was updated successfully, but these errors were encountered: