Skip to content

Commit

Permalink
sharedGroups-dictionary init
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenkopylov committed Jun 16, 2020
1 parent e43f8b5 commit 460b25e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Classes/SKAsyncGLView.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ + (Class)layerClass
return [CAEAGLLayer class];
}

+(void)load{
sharedGroups = @{}.mutableCopy;
}

#pragma mark - lifecycle/ui

Expand Down

0 comments on commit 460b25e

Please sign in to comment.