Add missing field to OverlayBox_t

This commit is contained in:
Kawe Mazidjatari 2022-07-12 15:38:51 +02:00
parent c9c002d27a
commit 7de9dfd2d9

View File

@ -94,6 +94,7 @@ struct OverlayBox_t : public OverlayBase_t
int g{};
int b{};
int a{};
bool noDepthTest{};
};
struct OverlaySphere_t : public OverlayBase_t