From 7f8b6fe03a48a8579286fb75404d96dcb2b9bdea Mon Sep 17 00:00:00 2001 From: devZoGok Date: Fri, 24 Apr 2026 19:08:59 +0300 Subject: [PATCH] added missing commit --- model.h | 1 + 1 file changed, 1 insertion(+) diff --git a/model.h b/model.h index b889925..d6273f4 100755 --- a/model.h +++ b/model.h @@ -21,6 +21,7 @@ namespace vb01{ Model(std::string); ~Model(); inline Material* getMaterial(){return material;} + inline bool isWireframe(){return wireframe;} void update(); void setMaterial(Material*); void setCastShadow(bool);