Skip to content

Commit

Permalink
Fixed the ECSTester build after adding Persistent_ID requirement to C…
Browse files Browse the repository at this point in the history
…omponentTypes.
  • Loading branch information
MStachowicz committed Mar 27, 2024
1 parent 7edf863 commit 02baa81
Show file tree
Hide file tree
Showing 3 changed files with 255 additions and 169 deletions.
1 change: 1 addition & 0 deletions source/Test/MemoryCorrectnessItem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ namespace Test
std::string to_string() const;
std::string to_string_and_memory_status() const;
public:
constexpr static size_t Persistent_ID = 0; // Required for ECSTester
std::optional<int> m_member; // A faux member to emulate a resource storage of the object.

static void reset();
Expand Down
Loading

0 comments on commit 02baa81

Please sign in to comment.