mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Update version and remove debug statement
This commit is contained in:
@ -31,7 +31,6 @@ namespace ConformalDecals.Text {
|
||||
/// Update text immediately without using job queue
|
||||
public static TextRenderOutput UpdateText(DecalText oldText, DecalText newText) {
|
||||
if (newText == null) throw new ArgumentNullException(nameof(newText));
|
||||
Logging.Log($"Rendering text {newText}");
|
||||
|
||||
if (!(oldText is null)) UnregisterText(oldText);
|
||||
|
||||
|
Reference in New Issue
Block a user