The editor doesn't need to initialize a manager for game preferences.
This commit is contained in:
parent
b73cfc56e9
commit
463f8aa37f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ int main(int argc, char** argv)
|
|||
CVideo video;
|
||||
|
||||
const font::manager font_manager;
|
||||
const preferences::manager prefs_manager;
|
||||
const preferences::base_manager prefs_manager;
|
||||
const image::manager image_manager;
|
||||
binary_paths_manager paths_manager;
|
||||
std::string filename = "";
|
||||
|
|
Loading…
Add table
Reference in a new issue