raw_loader RawLoader: Add initialize

Add initialization to 'copy' member
This commit is contained in:
JunsuChoi 2020-12-18 11:08:42 +09:00 committed by Hermet Park
parent f13e1947ff
commit 21b751291a

View file

@ -26,7 +26,7 @@ class RawLoader : public Loader
{
public:
const uint32_t* content = nullptr;
bool copy;
bool copy = false;
RawLoader();
~RawLoader();