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.
As of right now, we can only load one
.inifile at a time. Instead, we should parse theConfigdirectory for each file, load it in, and add it to our map of configurations.This should be done on
Engine::Startupinside of theFlingConfig.