1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-21 17:07:40 +00:00

solv:: removed ILP for simplicity and better performance

This commit is contained in:
Zeno Rogue
2019-07-31 11:07:36 +02:00
parent 5c42c2f8e5
commit 90aa7b5c02
6 changed files with 9 additions and 11 deletions

View File

@@ -5629,7 +5629,7 @@ namespace kite {
#endif
namespace solv {
extern transmatrix local_perspective, ilocal_perspective;
extern transmatrix local_perspective;
hrmap *new_map();
hyperpoint inverse_exp(hyperpoint h);