Skip to content

Commit

Permalink
Replace UnityWebRequest with ToolbarControl.LoadImageFromFile
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxgurugamer committed Nov 5, 2019
1 parent ca55a3c commit 88ed6cc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Binary file modified .vs/PartCommanderContinued/v15/sqlite3/storage.ide
Binary file not shown.
3 changes: 3 additions & 0 deletions Changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
ChangeLog

1.1.6.1
Replace UnityWebRequest with ToolbarControl.LoadImageFromFile

1.1.6
Updated for KSP 1.8
Replaced Unity WWW with UnityWebRequest
Expand Down
7 changes: 1 addition & 6 deletions PartCommanderContinued.version
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,7 @@
"MAJOR": 1,
"MINOR": 1,
"PATCH": 6,
"BUILD": 0
},
"KSP_VERSION": {
"MAJOR": 1,
"MINOR": 5,
"PATCH": 1
"BUILD": 1
},
"KSP_VERSION_MIN": {
"MAJOR": 1,
Expand Down
2 changes: 1 addition & 1 deletion PartCommanderContinued/ModStyle.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using System.Text;
using UnityEngine;
using UnityEngine.Networking;

using ToolbarControl_NS;

namespace PartCommanderContinued
{
Expand Down

0 comments on commit 88ed6cc

Please sign in to comment.