1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-08-31 01:37:57 +00:00

ray:: partially works in web

This commit is contained in:
Zeno Rogue
2020-10-15 16:37:43 +02:00
parent 052854ec74
commit ade824e97c
3 changed files with 35 additions and 2 deletions

View File

@@ -582,7 +582,7 @@ union SDL_Event;
#endif
#ifndef CAP_RAY
#define CAP_RAY (MAXMDIM >= 4 && !ISWEB && !ISMOBILE && CAP_GL)
#define CAP_RAY (MAXMDIM >= 4 && CAP_GL)
#endif
#ifndef CAP_MEMORY_RESERVE