Added extensions check on rlglInit() and more
Corrected shader version depending on OGL version Corrected bug in gestures module
This commit is contained in:
parent
c7ae28aaa2
commit
9e450df053
3 changed files with 254 additions and 182 deletions
|
@ -211,7 +211,7 @@ extern void InitAndroidGestures(struct android_app *app);
|
|||
#endif
|
||||
|
||||
#if defined(PLATFORM_WEB)
|
||||
extern void InitWebGestures(void);
|
||||
extern void InitWebGestures(void); // [Module: gestures] Initializes emscripten gestures for web
|
||||
#endif
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue