totato timing calc and improve zox ngc hs timing (big perf wins)

This commit is contained in:
2024-02-03 16:46:04 +01:00
parent 7a92921cb1
commit a533eae7ba
3 changed files with 3 additions and 5 deletions

View File

@ -58,9 +58,7 @@ SOLANA_PLUGIN_EXPORT void solana_plugin_stop(void) {
}
SOLANA_PLUGIN_EXPORT float solana_plugin_tick(float delta) {
g_zngchs->tick(delta);
return 0.1f; // TODO: use the actual timers
return g_zngchs->tick(delta);
}
} // extern C