diff options
| author | jussi | 2024-03-21 18:42:54 +0200 |
|---|---|---|
| committer | jussi | 2024-03-21 18:42:54 +0200 |
| commit | a7528da4ebd937d8023796998eb6975707b2f026 (patch) | |
| tree | 56cdc6e0a5f439482aa1a56c9432c56aa0cad587 /examples/raygui_extensions/main.lua | |
| parent | 842e0efe360417556ad0e757d91ef05449bfc8ee (diff) | |
| download | reilua-enhanced-a7528da4ebd937d8023796998eb6975707b2f026.tar.gz reilua-enhanced-a7528da4ebd937d8023796998eb6975707b2f026.tar.bz2 reilua-enhanced-a7528da4ebd937d8023796998eb6975707b2f026.zip | |
TreeView fix.
Diffstat (limited to 'examples/raygui_extensions/main.lua')
| -rw-r--r-- | examples/raygui_extensions/main.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/raygui_extensions/main.lua b/examples/raygui_extensions/main.lua index f47d396..6efa18d 100644 --- a/examples/raygui_extensions/main.lua +++ b/examples/raygui_extensions/main.lua @@ -249,7 +249,6 @@ end local function addTreeView() TreeView = Gui:TreeView( Rect:new( 600, 20, 256, 328 ), - -- Rect:new( 600, 20, 256, 600 ), "Tree View", function( controls ) selected( controls ) end, -- Callback. function( self ) Gui:set2Top( self ) end, -- Grab callback. |
