From e0418bb2a38b40e38593f1a41f1586de77bb4c92 Mon Sep 17 00:00:00 2001 From: Peter Slattery Date: Sun, 29 Dec 2019 08:25:48 -0800 Subject: [PATCH] ??) --- src/foldhaus_app.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/foldhaus_app.cpp b/src/foldhaus_app.cpp index d7278cb..407082c 100644 --- a/src/foldhaus_app.cpp +++ b/src/foldhaus_app.cpp @@ -196,10 +196,6 @@ INITIALIZE_APPLICATION(InitializeApplication) { // Animation PLAYGROUND InitializeAnimationSystem(&State->AnimationSystem); State->AnimationSystem.SecondsPerFrame = 1.f / 24.f; - - AddAnimationBlock(0, 8, TestPatternTwo, &State->AnimationSystem); - AddAnimationBlock(8, 15, TestPatternThree, &State->AnimationSystem); - State->AnimationSystem.AnimationStart = 0; State->AnimationSystem.AnimationEnd = 15; } // End Animation Playground