Fix for character 3D View on Wine

This commit is contained in:
man-of-eel 2021-11-15 07:11:07 +00:00 committed by GitHub
parent 8c49a8bb71
commit 832d79b135
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -760,6 +760,7 @@ class CharacterCustomizationShared
{
Process client = new Process();
client.StartInfo.FileName = rbxexe;
client.StartInfo.WorkingDirectory = Path.GetDirectoryName(rbxexe);
client.StartInfo.Arguments = args;
client.Start();
client.PriorityClass = GlobalVars.UserConfiguration.Priority;
@ -772,4 +773,4 @@ class CharacterCustomizationShared
}
#endregion
}
#endregion
#endregion