Fix Possible Issue

This commit is contained in:
2024-06-26 09:24:15 +02:00
parent 0b981f9b4d
commit 570d7f17fb
2 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,7 @@ class Image {
bool Loadet();
private:
bool ext = false;
C2D_Image img;
};
} // namespace RenderD7