From 0427fca96d934ee57789e7a055859c3ca8a5a6cf Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Mon, 2 Apr 2018 16:40:35 +0200 Subject: [PATCH] one more hard coded scene number --- src/avtk/avtk_unit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/avtk/avtk_unit.h b/src/avtk/avtk_unit.h index c2626c8..935c0fd 100644 --- a/src/avtk/avtk_unit.h +++ b/src/avtk/avtk_unit.h @@ -76,7 +76,7 @@ public: clips[5].state = UnitState::UNIT_STOPPING; } - static const int numClips = 10; + static const int numClips = NSCENES; UnitState clips[numClips]; bool mouseOver;