Skip to content

Commit

Permalink
I hate Unity
Browse files Browse the repository at this point in the history
  • Loading branch information
StollD authored Oct 26, 2018
1 parent 900d7ce commit 3f964e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Unity Project/IC Viewer/Assets/Scripts/EditorManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ void Start()

private IEnumerator ImportDatabase()
{
WWW www = new WWW(DatabaseUrl + "?t=" + Random.value);
WWW www = new WWW(DatabaseUrl + "?t=" + UnityEngine.Random.value);
yield return www;
LoadBodies(www.text);
Logger.Info("Imported default star database");
Expand Down

0 comments on commit 3f964e6

Please sign in to comment.