Skip to content
This repository was archived by the owner on Oct 26, 2020. It is now read-only.

Commit f095dde

Browse files
committed
Updated EditorTime to KSP 1.1.2
1 parent 9ac29c4 commit f095dde

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

EditorTime/EditorTime.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public void Start()
3939
if (!drawing)
4040
{
4141
//Draw the current time window
42-
RenderingManager.AddToPostDrawQueue(0, DrawTimeWindow);
42+
//RenderingManager.AddToPostDrawQueue(0, DrawTimeWindow);
4343
drawing = true;
4444
}
4545
}
@@ -78,6 +78,11 @@ public void OnDestroy()
7878
config.Save(configFilePath);
7979
}
8080

81+
public void OnGUI()
82+
{
83+
DrawTimeWindow();
84+
}
85+
8186
public void DrawTimeWindow()
8287
{
8388
//Actually draw the window

0 commit comments

Comments
 (0)