1
0
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:
Zeno Rogue 2018-09-28 03:11:41 +02:00
parent e494fc4c10
commit edcd003b94

View File

@ -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;