From 70b40f67824b3d612235c382aa83821c054fa51e Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 17 Apr 2024 00:35:58 +0300 Subject: Object libraries like Vector2 optimizations. --- examples/raygui_lib/main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/raygui_lib/main.lua') diff --git a/examples/raygui_lib/main.lua b/examples/raygui_lib/main.lua index 1539ea3..95a733f 100644 --- a/examples/raygui_lib/main.lua +++ b/examples/raygui_lib/main.lua @@ -323,13 +323,13 @@ function RL.init() local colorpicker = Gui:ColorPicker( Rect:new( 1500, 32, 128, 128 ), "Color Picker", - Color:new(), + Color:new( 255, 255, 255, 255 ), {} -- Callbacks. ) local colorpanel = Gui:ColorPanel( Rect:new( 1700, 32, 128, 128 ), "Color Panel", - Color:new(), + Color:new( 255, 255, 255, 255 ), {} -- Callbacks. ) local colorbaralpha = Gui:ColorBarAlpha( -- cgit v1.2.3