mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-13 12:17:10 +00:00
added descriptive messages to hr_exception when missing
This commit is contained in:
@@ -1321,7 +1321,7 @@ EX void apply_other_model(shiftpoint H_orig, hyperpoint& ret, eModel md) {
|
||||
#if MAXMDIM >= 4
|
||||
threepoint_projection(H, ret);
|
||||
#else
|
||||
throw hr_exception();
|
||||
throw hr_exception("three-point projection but MAXMDIM<4");
|
||||
#endif
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user