Skip to content

Commit

Permalink
Update Actor.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixeye committed Feb 24, 2020
1 parent ca45615 commit 9ac4e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Runtime/LibMono/Actor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ protected virtual void Setup()
// Launch methods
//===============================//
[MethodImpl(MethodImplOptions.AggressiveInlining)]
internal void Launch()
public void Launch()
{
int id;
byte age = 0;
Expand Down Expand Up @@ -86,7 +86,7 @@ internal void Launch()
}
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
internal void Launch(ModelComposer model)
public void Launch(ModelComposer model)
{
int id;
byte age = 0;
Expand Down

0 comments on commit 9ac4e50

Please sign in to comment.