From c7da857ab843dbddd192d31c144998633ff3dbc9 Mon Sep 17 00:00:00 2001 From: Bitl Date: Sat, 2 Sep 2017 10:21:22 -0700 Subject: [PATCH] fixed 3dview --- RBXLegacyLauncher/RBXLegacyLauncher/CharacterCustomization.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RBXLegacyLauncher/RBXLegacyLauncher/CharacterCustomization.cs b/RBXLegacyLauncher/RBXLegacyLauncher/CharacterCustomization.cs index 73c9bce..a422bb1 100644 --- a/RBXLegacyLauncher/RBXLegacyLauncher/CharacterCustomization.cs +++ b/RBXLegacyLauncher/RBXLegacyLauncher/CharacterCustomization.cs @@ -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;