EloBuddy / EloBuddy.Issues

Issue Tracker for
http://EloBuddy.net
0 stars 2 forks source link

Drawing.DrawText size ignored #49

Closed coman3 closed 8 years ago

coman3 commented 8 years ago

Pretty simple error, the size parameter of Drawing.DrawText(Vector2 pos, Color color, String text, float size); is ignored..

Hellsing commented 8 years ago

Thanks for reporting, @finndev will take care of that!

finndev commented 8 years ago

When I added that specific function to the API I did not notice that the DrawText function of the game itself that EloBuddy.Core is calling does not take a size argument. The method with the signature above will be deprecated in Patch 6.8 and fully removed 3 patches afterwards (size argument removed).