From 47ed28b006db71d823cfaa24fa143ab5cfcf279b Mon Sep 17 00:00:00 2001 From: jussi Date: Sun, 25 Feb 2024 14:06:59 +0200 Subject: Added various missing functions. --- examples/resources/lib/raygui.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/resources/lib/raygui.lua') diff --git a/examples/resources/lib/raygui.lua b/examples/resources/lib/raygui.lua index cd02c78..875a0f5 100644 --- a/examples/resources/lib/raygui.lua +++ b/examples/resources/lib/raygui.lua @@ -1852,7 +1852,7 @@ function Raygui:_addLastProperty( property ) end function Raygui:drawTooltip() - local textSize = Vec2:new( RL.MeasureText( + local textSize = Vec2:new( RL.MeasureTextEx( self.defaultFont, self.tooltip.text, RL.GuiGetStyle( RL.DEFAULT, RL.TEXT_SIZE ), -- cgit v1.2.3