mirror of
https://github.com/vale981/openAV-Luppp
synced 2025-03-05 09:01:39 -05:00
one more hard coded scene number
This commit is contained in:
parent
dc0bf938e8
commit
0427fca96d
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ public:
|
||||||
clips[5].state = UnitState::UNIT_STOPPING;
|
clips[5].state = UnitState::UNIT_STOPPING;
|
||||||
}
|
}
|
||||||
|
|
||||||
static const int numClips = 10;
|
static const int numClips = NSCENES;
|
||||||
UnitState clips[numClips];
|
UnitState clips[numClips];
|
||||||
|
|
||||||
bool mouseOver;
|
bool mouseOver;
|
||||||
|
|
Loading…
Add table
Reference in a new issue