Skip to content

Commit

Permalink
totato timing calc and improve zox ngc hs timing (big perf wins)
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Feb 3, 2024
1 parent 7a92921 commit a533eae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion external/solanaceae_zox
2 changes: 1 addition & 1 deletion external/totato
Submodule totato updated 1 files
+33 −15 src/main.cpp
4 changes: 1 addition & 3 deletions plugins/plugin_zox_ngc_hs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a533eae

Please sign in to comment.