misc changes

This commit is contained in:
Green Sky
2025-10-07 17:28:37 +02:00
parent c7ae6490cc
commit 0c6ea8238c
3 changed files with 4 additions and 3 deletions

View File

@@ -699,7 +699,7 @@ Screen* MainScreen::tick(float time_delta, bool& quit) {
case 2: compute_mode_lower_limit = 1.5f; break;
default: std::cerr << "unknown compute perf mode\n"; std::exit(-1);
}
if (compute_mode_lower_limit > _min_tick_interval) {
if (compute_mode_lower_limit > _min_tick_interval+0.0001f) {
_min_tick_interval = compute_mode_lower_limit;
_compute_lower_limit_hit = true;
} else if (_compute_lower_limit_hit_rendered) {

View File

@@ -175,6 +175,7 @@ void ToxClient::runBootstrap(void) {
{"217.156.65.161", 33445, "836D1DA2BE12FE0E669334E437BE3FB02806F1528C2B2782113E0910C7711409", {}}, // MD tha14
{"141.11.229.155", 33445, "836D1DA2BE12FE0E669334E437BE3FB02806F1528C2B2782113E0910C7711409", {}}, // US lzk
{"205.185.115.131", 53, "3091C6BEB2A993F1C6300C16549FABA67098FF3D62C6D253828B531470B53D68", {}}, // US gdr
};
for (size_t i = 0; i < sizeof(nodes)/sizeof(DHT_node); i++) {