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:
@@ -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
|
||||
|
Reference in New Issue
Block a user