mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Init TEngine4.0.0
Init TEngine4.0.0
This commit is contained in:
@@ -18,8 +18,7 @@ public partial class GameApp
|
||||
/// </summary>
|
||||
private void InitSystemSetting()
|
||||
{
|
||||
Application.targetFrameRate = 120;
|
||||
Log.Warning("Set UnityEngine.Application.targetFrameRate = 120");
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
@@ -36,7 +35,7 @@ public partial class GameApp
|
||||
/// </summary>
|
||||
/// <param name="logicSys">ILogicSys</param>
|
||||
/// <returns></returns>
|
||||
protected bool AddLogicSys(ILogicSys logicSys)
|
||||
private bool AddLogicSys(ILogicSys logicSys)
|
||||
{
|
||||
if (_listLogicMgr.Contains(logicSys))
|
||||
{
|
||||
|
Reference in New Issue
Block a user