Skip to content

Commit 0151627

Browse files
committed
Fix boundary
1 parent 0cd852f commit 0151627

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Brio/Game/Actor/ActorService.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ namespace Brio.Game.Actor;
99

1010
public class ActorService : IDisposable
1111
{
12-
public const int GPoseActorCount = 40;
13-
private const int GPoseFirstActor = 200;
12+
public const int GPoseActorCount = 39;
13+
private const int GPoseFirstActor = 201;
1414

1515
public delegate void ActorAction(GameObject gameObject);
1616
public event ActorAction? OnActorDestructing;

0 commit comments

Comments
 (0)