Skip to content

Commit 1e09448

Browse files
committed
Fixed toolbar Icon location in toolbar plugin
Issue #3
1 parent 4557294 commit 1e09448

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

ProbeControlRoomToolbar/ProbeControlRoomToolbar.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ namespace ProbeControlRoomToolbar
66
{
77
[KSPAddon(KSPAddon.Startup.EveryScene, false)]
88
class ProbeControlRoomToolbar : MonoBehaviour {
9-
private string enabledTexture = "ProbeControlRoom/ProbeControlRoomToolbarEnabled";
10-
private string disabledTexture = "ProbeControlRoom/ProbeControlRoomToolbarDisabled";
9+
private string enabledTexture = "ProbeControlRoom/Icons/ProbeControlRoomToolbarEnabled";
10+
private string disabledTexture = "ProbeControlRoom/Icons/ProbeControlRoomToolbarDisabled";
1111
private IButton button;
1212

1313

0 commit comments

Comments
 (0)