mirror of
https://github.com/drewcassidy/KSP-Conformal-Decals.git
synced 2024-09-01 18:23:54 +00:00
Fix text rendering for some non-ascii strings
This commit is contained in:
@ -105,5 +105,9 @@ namespace ConformalDecals.Text {
|
||||
public void OnBeforeSerialize() { }
|
||||
|
||||
public void OnAfterDeserialize() { }
|
||||
|
||||
public override string ToString() {
|
||||
return _title;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user