Scene methods
Some checks failed
Build Dusk / run-tests (push) Failing after 2m14s
Build Dusk / build-linux (push) Successful in 2m12s
Build Dusk / build-psp (push) Failing after 1m30s

This commit is contained in:
2026-01-28 10:31:31 -06:00
parent 25dc97e3cc
commit 6bdb4ae30d
20 changed files with 215 additions and 151 deletions

View File

@@ -78,7 +78,7 @@ errorret_t errorChainImpl(
*
* @param retval The return value containing the error state.
*/
void errorCatch(const errorret_t retval);
void errorCatch(errorret_t retval);
/**
* Prints the error state to the console.