mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-27 14:37:16 +00:00
fixup to last
This commit is contained in:
parent
7e5ff7b318
commit
1d94bd76f8
@ -1573,7 +1573,11 @@ EX void enable_flat_model() {
|
|||||||
|
|
||||||
#if HDR
|
#if HDR
|
||||||
/** \brief enable the 'flat' model for drawing HUD. Use RAII so it will be switched back later */
|
/** \brief enable the 'flat' model for drawing HUD. Use RAII so it will be switched back later */
|
||||||
namespace stretch { extern ld factor; } namespace ray { extern bool in_use; }
|
namespace stretch { extern ld factor; }
|
||||||
|
|
||||||
|
#if CAP_RAY
|
||||||
|
namespace ray { extern bool in_use; }
|
||||||
|
#endif
|
||||||
|
|
||||||
struct flat_model_enabler {
|
struct flat_model_enabler {
|
||||||
projection_configuration bak;
|
projection_configuration bak;
|
||||||
|
Loading…
Reference in New Issue
Block a user