Skip to content

Commit

Permalink
Bump the magic number on the DAG data
Browse files Browse the repository at this point in the history
Needed because of adding the SharedResources members. Forgot to do this before...
  • Loading branch information
richard-fine committed Oct 15, 2018
1 parent 7bcbde9 commit f073b5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DagData.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ struct SharedResourceData

struct DagData
{
static const uint32_t MagicNumber = 0x2B89013f ^ kTundraHashMagic;
static const uint32_t MagicNumber = 0x2B89014f ^ kTundraHashMagic;

uint32_t m_MagicNumber;

Expand Down

0 comments on commit f073b5a

Please sign in to comment.