mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-14 20:57:10 +00:00
find_coefficients() always called in expansion_analyzer::view_distance_dialog
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user