diff options
| author | jussi | 2022-07-26 16:33:04 +0300 |
|---|---|---|
| committer | jussi | 2022-07-26 16:33:04 +0300 |
| commit | 4f54a0a4992358c633e5e3535e2980211028f3a2 (patch) | |
| tree | 05a52f180c6e200b90811d2ec7baef7a7c2c13a8 /src/core.c | |
| parent | 314d0412a53b8e012ec183c503a69cc32e24ab34 (diff) | |
| download | reilua-enhanced-4f54a0a4992358c633e5e3535e2980211028f3a2.tar.gz reilua-enhanced-4f54a0a4992358c633e5e3535e2980211028f3a2.tar.bz2 reilua-enhanced-4f54a0a4992358c633e5e3535e2980211028f3a2.zip | |
Create material using correct texture source.
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -331,7 +331,7 @@ int lcoreSetWindowState( lua_State *L ) { } /* -> state = RL_IsWindowState( int flag ) ) +> state = RL_IsWindowState( int flag ) Check if one specific window flag is enabled ( FLAG_FULLSCREEN_MODE, FLAG_WINDOW_RESIZABLE... ) |
