Skip to content

Commit

Permalink
libjgmod-audiograph: Fix missing visualizer data in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel303 authored and Marcel Smit committed May 7, 2023
1 parent 5b65e55 commit 71c89f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions users/marcel/libjgmod-audiograph/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ int main(int argc, char * argv[])
const float dt = framework.timeStep;

audioGraphMgr.tickEditor(800, 600, dt, false);

audioGraphMgr.tickMain();

audioGraphMgr.tickVisualizers();

framework.beginDraw(0, 0, 0, 0);
{
Expand Down

0 comments on commit 71c89f4

Please sign in to comment.