LemonUIbyLemon / LemonUI

LemonUI for .NET (FiveM, RageMP, RagePluginHook and ScriptHookVDotNet 3)
MIT License
177 stars 40 forks source link

Update ScaledText.cs #89

Closed TheOfficialDroid closed 2 years ago

TheOfficialDroid commented 2 years ago

Corrected the use of DrawDebugText which isn't shipped in the retail version of the game.

Note: This function is used to draw text in the world-space not screen-space, so would be an invalid call even if it was shipped

TheOfficialDroid commented 2 years ago

Compiles fine locally for all variants, will need testing in everything but RageMP; Added @MrJohnDev's changes

justalemon commented 2 years ago

Added @MrJohnDev's changes

Only one fix/feature per PR please!

TheOfficialDroid commented 2 years ago

@justalemon I mean, you're closing this PR after a ten day wait for them to fix up something that won't compile? I don't see the logic in that one.

justalemon commented 2 years ago

There is also the fact that the other PR only introduces further problems, forgot to mention that.

MrJohnDev commented 2 years ago

Compiles fine locally for all variants, will need testing in everything but RageMP; Added @MrJohnDev's changes

Good!

image_2022-08-30_08-55-45.png