mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
get rid of this bad implicit operator
This commit is contained in:
parent
226640ef3a
commit
c3849a1ee1
1 changed files with 0 additions and 4 deletions
|
@ -16,10 +16,6 @@ namespace MLEM.Extended.Font {
|
|||
this.Font = font;
|
||||
}
|
||||
|
||||
public static implicit operator GenericBitmapFont(BitmapFont font) {
|
||||
return new GenericBitmapFont(font);
|
||||
}
|
||||
|
||||
public Vector2 MeasureString(string text) {
|
||||
return this.Font.MeasureString(text);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue