fixed 3dview
This commit is contained in:
parent
0261f0288c
commit
c7da857ab8
|
|
@ -1652,8 +1652,8 @@ namespace RBXLegacyLauncher
|
|||
|
||||
void Start3DView()
|
||||
{
|
||||
string mapfile = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\thumbnails\\content\\fonts\\3DView.rbxl";
|
||||
string rbxexe = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\thumbnails\\3DView.exe";
|
||||
string mapfile = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\avatar\\preview\\content\\fonts\\3DView.rbxl";
|
||||
string rbxexe = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location) + "\\avatar\\preview\\3DView.exe";
|
||||
string quote = "\"";
|
||||
string args = "";
|
||||
string HatIDOffline1 = GlobalVars.Custom_Hat1ID_Offline;
|
||||
|
|
|
|||
Loading…
Reference in New Issue