1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-11 03:45:06 -05:00

Small bug, you don't want to create a IOManager an '' dir.. Just take the constructor without a plugin_dir specified.

git-svn-id: http://www.villavu.com/repositories/merlijn/mufasa@462 3f818213-9676-44b0-a9b4-5e4c4e03d09d
This commit is contained in:
Raymond 2010-01-24 20:33:34 +00:00
parent 562fe21116
commit d5ffb3396b

View File

@ -114,7 +114,7 @@ begin
self.Manager.SetDesktop;
{Desktop is needed for the whole picture}
Desktop := TIOManager.Create('');
Desktop := TIOManager.Create;
Desktop.SetDesktop;
Desktop.GetDimensions(w, h);