Fix for character 3D View on Wine
This commit is contained in:
parent
8c49a8bb71
commit
832d79b135
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue