Skip to content

Commit b9a5487

Browse files
Removed some log spam
1 parent 6290fbf commit b9a5487

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

ChangeLog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.1.9.2
2+
Removed some log spam
3+
14
0.1.9.1
25
Updated MiniAVC to 1.4.0
36

GameData/001_ToolbarControl/ToolbarControl.version

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,12 @@
99
"VERSION": {
1010
"MAJOR": 0,
1111
"MINOR": 1,
12-
"PATCH": 8,
13-
"BUILD": 2
14-
},
15-
"KSP_VERSION": {
16-
"MAJOR": 1,
17-
"MINOR": 5,
18-
"PATCH": 1
12+
"PATCH": 9,
13+
"BUILD": 1
1914
},
2015
"KSP_VERSION_MIN": {
2116
"MAJOR": 1,
22-
"MINOR": 5,
23-
"PATCH": 1
17+
"MINOR": 8,
18+
"PATCH": 0
2419
}
2520
}

ToolbarControl.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"MAJOR": 0,
1111
"MINOR": 1,
1212
"PATCH": 9,
13-
"BUILD": 1
13+
"BUILD": 2
1414
},
1515
"KSP_VERSION_MIN": {
1616
"MAJOR": 1,

ToolbarControl/AssemblyVersion.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
using System.Reflection;
1212

13-
[assembly: AssemblyVersion("0.1.8.2")]
13+
[assembly: AssemblyVersion("0.1.9.1")]

ToolbarControl/ToolbarControl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ public static Texture2D LoadTextureDXT(byte[] ddsBytes, TextureFormat textureFor
710710

711711
Texture2D GetTexture(string path, bool b)
712712
{
713-
Log.Debug(ConfigInfo.debugMode, "GetTexture, path: " + KSPUtil.ApplicationRootPath + "GameData/" + path);
713+
//Log.Debug(ConfigInfo.debugMode, "GetTexture, path: " + KSPUtil.ApplicationRootPath + "GameData/" + path);
714714

715715
Texture2D tex = new Texture2D(16, 16, TextureFormat.ARGB32, false);
716716

0 commit comments

Comments
 (0)