Skip to content

Commit

Permalink
Bumped device object archive version
Browse files Browse the repository at this point in the history
A new field was added in bf08426
  • Loading branch information
TheMostDiligent committed Apr 12, 2024
1 parent 9dd0ad1 commit fa60d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Graphics/GraphicsEngine/include/DeviceObjectArchive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class DeviceObjectArchive
};

static constexpr Uint32 HeaderMagicNumber = 0xDE00000A;
static constexpr Uint32 ArchiveVersion = 5;
static constexpr Uint32 ArchiveVersion = 6;

struct ArchiveHeader
{
Expand Down

0 comments on commit fa60d50

Please sign in to comment.