1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-19 21:43:44 +01:00

Update error_frame.hpp

This commit is contained in:
Pablo Curiel 2021-06-13 02:20:01 -04:00
parent ac647310ad
commit e79767ef38

View file

@ -34,7 +34,6 @@ namespace nxdt::views
{
private:
brls::Label *label = nullptr;
bool print_dbg = false;
protected:
void draw(NVGcontext* vg, int x, int y, unsigned width, unsigned height, brls::Style* style, brls::FrameContext* ctx) override;