mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-24 17:10:36 +00:00
expansion_analyzer:: Theta used when Unicode Theta not available
This commit is contained in:
parent
edcd003b94
commit
d36a31ce48
@ -696,7 +696,7 @@ void expansion_analyzer::view_distances_dialog() {
|
||||
|
||||
char buf[20];
|
||||
snprintf(buf, 20, "%.8lf", (double) get_growth());
|
||||
dialog::addInfo("a(d) = Θ(" + string(buf) + "...ᵈ)", forecolor);
|
||||
dialog::addInfo((ISWEB ? "a(d) = Theta(" : "a(d) = Θ(") + string(buf) + "...ᵈ)", forecolor);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user