diff options
| author | jussi | 2024-01-24 19:14:30 +0200 |
|---|---|---|
| committer | jussi | 2024-01-24 19:14:30 +0200 |
| commit | 3b3d0ad32e24c2ff0a13daf3e865054f63afaf86 (patch) | |
| tree | 192e9b69af4515c6e05978c83905636f693f011a /examples/raygui_extensions/property_list.lua | |
| parent | 7460a16cae15dfa7924d1d4df1aac166a6a6fd2c (diff) | |
| download | reilua-enhanced-3b3d0ad32e24c2ff0a13daf3e865054f63afaf86.tar.gz reilua-enhanced-3b3d0ad32e24c2ff0a13daf3e865054f63afaf86.tar.bz2 reilua-enhanced-3b3d0ad32e24c2ff0a13daf3e865054f63afaf86.zip | |
LoadBufferFromString, LoadWaveFromMemory and LoadMusicStreamFromMemory.
Diffstat (limited to 'examples/raygui_extensions/property_list.lua')
| -rw-r--r-- | examples/raygui_extensions/property_list.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/raygui_extensions/property_list.lua b/examples/raygui_extensions/property_list.lua index 13446a9..04c2b78 100644 --- a/examples/raygui_extensions/property_list.lua +++ b/examples/raygui_extensions/property_list.lua @@ -101,7 +101,7 @@ function PropertyList:updateContent() self._forceCheckScroll = true end --- Leave control bounds size to 0 to use default. Optional group for parameter 2 +-- Leave control bounds size to 0 to use default. Optional group for parameter 2. function PropertyList:addControl( control, group, noYAdvance ) control._noYAdvance = noYAdvance |
