Skip to content

Commit

Permalink
Update EX_SHAPE_EXTRACTION.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriebose committed Dec 13, 2024
1 parent 73e3f07 commit c7d2aa2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions EXAMPLES/EX_SHAPE_EXTRACTION.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ int main()
std::uniform_int_distribution<> distr(random_min_value, random_max_value);


scamp5_kernel_begin();
CLR(S0,S1,S2);
scamp5_kernel_end();

while(1)
{
frame_timer.reset();
Expand Down

0 comments on commit c7d2aa2

Please sign in to comment.