Skip to content

Commit

Permalink
minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Sep 14, 2024
1 parent c0a5f54 commit aabe3a6
Show file tree
Hide file tree
Showing 3 changed files with 393 additions and 272 deletions.
1 change: 0 additions & 1 deletion null0_api/src/null0_api_sound.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ void null0_unload_sound(uint32_t sound) {
// Create a new sound-effect from some sfxr params
uint32_t null0_new_sfx(SfxParams* params) {
uint32_t o = null0_add_sound(pntr_app_sfx_sound(null0_app, params));
params->randSeed = 0.5f;
return o;
}

Expand Down
Loading

0 comments on commit aabe3a6

Please sign in to comment.