Skip to content

Commit

Permalink
Fix CKTexture
Browse files Browse the repository at this point in the history
  • Loading branch information
Gamepiaynmo committed Dec 30, 2020
1 parent 96b0c96 commit 94bdcad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions BML.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,10 @@
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PreBuildEvent>
<Command>
</Command>
<Command>python inc_ver.py -b</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>cpy_debug.py</Command>
<Command>python cpy_debug.py</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
Expand Down Expand Up @@ -151,7 +150,8 @@
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PreBuildEvent>
<Command>python inc_ver.py -b</Command>
<Command>
</Command>
</PreBuildEvent>
<PostBuildEvent>
<Command>python BML_Release.py</Command>
Expand Down
2 changes: 1 addition & 1 deletion BuildVer.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#define BML_MAJOR_VER 0
#define BML_MINOR_VER 3
#define BML_BUILD_VER 28
#define BML_BUILD_VER 29
3 changes: 3 additions & 0 deletions virtools/CKBeObject.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,7 @@ class BML_EXPORT CKBeObject : public CKSceneObject {
protected:
CKBeObject() {};
~CKBeObject() {};

private:
BYTE placeholder[0x4f];
};

0 comments on commit 94bdcad

Please sign in to comment.