mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-02-28 02:49:44 +00:00
CAP_RAY
This commit is contained in:
@@ -11,7 +11,7 @@ namespace hr {
|
||||
|
||||
EX namespace ray {
|
||||
|
||||
#if MAXMDIM >= 4
|
||||
#if CAP_RAY
|
||||
|
||||
/** texture IDs */
|
||||
GLuint txConnections = 0, txWallcolor = 0, txTextureMap = 0;
|
||||
@@ -1234,7 +1234,7 @@ auto hookc = addHook(hooks_configfile, 100, addconfig);
|
||||
|
||||
#endif
|
||||
|
||||
#if MAXMDIM == 3
|
||||
#if !CAP_RAY
|
||||
EX always_false in_use;
|
||||
EX always_false comparison_mode;
|
||||
EX void reset_raycaster() { }
|
||||
|
||||
Reference in New Issue
Block a user