Skip to content

Commit 210d904

Browse files
author
Kapil Borle
committed
Allow overwrite Helper instance
1 parent 2bcdc90 commit 210d904

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Engine/Helper.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ internal set
6464
{
6565
lock (syncRoot)
6666
{
67-
if (instance == null)
68-
{
69-
instance = value;
70-
}
67+
instance = value;
7168
}
7269
}
7370
}

0 commit comments

Comments
 (0)