Skip to content

Commit

Permalink
Reuse the empty body resources object
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir committed Sep 6, 2014
1 parent f11229c commit 81ffc76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/Kethane/IResourceGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public interface IBodyResources

internal class EmptyResourceGenerator : IResourceGenerator
{
private readonly IBodyResources bodyResources = new BodyResources();
private static readonly IBodyResources bodyResources = new BodyResources();

public EmptyResourceGenerator() { }
public EmptyResourceGenerator(ConfigNode node) { }
Expand Down

0 comments on commit 81ffc76

Please sign in to comment.