mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-20 23:50:27 +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 {
|
else {
|
||||||
dialog::addBreak(100);
|
dialog::addBreak(100);
|
||||||
|
|
||||||
|
find_coefficients();
|
||||||
if(coefficients_known == 2) {
|
if(coefficients_known == 2) {
|
||||||
string fmt = "a(d+" + its(isize(coef)) + ") = ";
|
string fmt = "a(d+" + its(isize(coef)) + ") = ";
|
||||||
bool first = true;
|
bool first = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user