should be private
This commit is contained in:
parent
71fb739670
commit
78e1a0df25
|
@ -8,7 +8,7 @@ namespace Blarg.GameFramework
|
|||
{
|
||||
public abstract class BaseApplication : IApplication
|
||||
{
|
||||
public const string LOG_TAG = "BASE_APP";
|
||||
const string LOG_TAG = "BASE_APP";
|
||||
|
||||
protected IGameApp GameApp { get; set; }
|
||||
|
||||
|
|
Reference in a new issue