mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-17 22:25:12 +00:00
new system for debug logs
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
namespace hr {
|
||||
|
||||
EX debugflag debug_poly = {"graph_poly"};
|
||||
|
||||
#if HDR
|
||||
static constexpr ld NEWSHAPE = (-13.5);
|
||||
#endif
|
||||
@@ -1185,7 +1187,7 @@ void geometry_information::prepare_shapes() {
|
||||
|
||||
symmetriesAt.clear();
|
||||
allshapes.clear();
|
||||
DEBBI(DF_POLY, ("buildpolys"));
|
||||
DEBBI(debug_poly, ("buildpolys"));
|
||||
|
||||
if(WDIM == 3 && !mhybrid) {
|
||||
if(sphere) SD3 = 3, SD7 = 5;
|
||||
|
||||
Reference in New Issue
Block a user