Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Duttenheim committed Aug 30, 2024
1 parent 95afb01 commit b6e107b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions code/resource/resources/resourceloader.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,11 +145,6 @@ class ResourceLoader : public Core::RefCounted
: id(InvalidResourceUnknownId)
{
}

bool operator==(nullptr_t)
{
return id == InvalidResourceUnknownId;
}
};

struct ResourceStreamOutput
Expand Down

0 comments on commit b6e107b

Please sign in to comment.