forked from cgvr/DeltaVR
fix problems from merging with upstream
This commit is contained in:
@@ -20,7 +20,7 @@ public class TrellisClient : MonoBehaviour
|
||||
void Start()
|
||||
{
|
||||
httpClient = new HttpClient();
|
||||
httpClient.BaseAddress = new Uri(ConfigManager.Instance.Config.TrellisUrl);
|
||||
httpClient.BaseAddress = new Uri(ConfigManager.instance.GetTrellisUrl());
|
||||
TestConnection();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user