just a conventional file that will be remove after that.

This commit is contained in:
jianmingyong 2017-02-13 20:02:45 +08:00
parent b88ce2619f
commit 5ed0d9dd23
3 changed files with 4 additions and 2 deletions

View File

@ -42,6 +42,7 @@
<ItemGroup>
<Content Include="Pokemon3D.ico" />
<Content Include="Pokemon\Items\_itemList.txt" />
<None Include="UpdateHash.dat" />
<Reference Include="OpenTK">
<HintPath>$(MSBuildProgramFiles32)\MonoGame\v3.0\Assemblies\DesktopGL\OpenTK.dll</HintPath>
</Reference>

View File

@ -18,7 +18,7 @@ Module Program
Logger.Debug("---Start game---")
Using Game As New GameController()
If GameController.IS_DEBUG_ACTIVE = True And Debugger.IsAttached = True Then
If GameController.IS_DEBUG_ACTIVE And Debugger.IsAttached Then
Game.Run()
Else
Try

View File

@ -0,0 +1 @@
0.54.1