mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 15:40:26 +00:00
find_coefficients() always called in expansion_analyzer::view_distance_dialog
This commit is contained in:
parent
e494fc4c10
commit
edcd003b94
@ -672,6 +672,7 @@ void expansion_analyzer::view_distances_dialog() {
|
||||
else {
|
||||
dialog::addBreak(100);
|
||||
|
||||
find_coefficients();
|
||||
if(coefficients_known == 2) {
|
||||
string fmt = "a(d+" + its(isize(coef)) + ") = ";
|
||||
bool first = true;
|
||||
|
Loading…
Reference in New Issue
Block a user