mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-04-19 08:11:22 +00:00
added descriptive messages to hr_exception when missing
This commit is contained in:
@@ -1683,7 +1683,7 @@ EX namespace hybrid {
|
||||
});
|
||||
return spin(alpha) * twist::uxpush(tf) * twist::uypush(he) * twist::uzpush(lev) * C0;
|
||||
#else
|
||||
throw hr_exception();
|
||||
throw hr_exception("get_corner but MAXMDIM<4");
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user