update to plugin 7

This commit is contained in:
2024-01-07 17:04:49 +01:00
parent c3082e0140
commit 5802e7ddab
3 changed files with 11 additions and 12 deletions

View File

@@ -67,10 +67,8 @@ SOLANA_PLUGIN_EXPORT void solana_plugin_stop(void) {
g_crdtns.reset();
}
SOLANA_PLUGIN_EXPORT void solana_plugin_tick(float delta) {
(void)delta;
//std::cout << "PLUGIN CRDTN TICK()\n";
g_crdtns->iterate(delta);
SOLANA_PLUGIN_EXPORT float solana_plugin_tick(float delta) {
return g_crdtns->iterate(delta);
}
} // extern C