|
@@ -214,7 +214,7 @@ namespace GFGGame
|
|
{
|
|
{
|
|
_time = currentChapterIndex - 2;
|
|
_time = currentChapterIndex - 2;
|
|
}
|
|
}
|
|
- else if (currentChapterIndex == childrenCount - 2)
|
|
|
|
|
|
+ else if (currentChapterIndex >= 1 && currentChapterIndex <= childrenCount - 2)
|
|
{
|
|
{
|
|
_time = currentChapterIndex - 1;
|
|
_time = currentChapterIndex - 1;
|
|
}
|
|
}
|