Update renderd7.hpp
This commit is contained in:
		| @@ -268,11 +268,11 @@ namespace RenderD7 | |||||||
|     }; |     }; | ||||||
|     struct Checkbox |     struct Checkbox | ||||||
|     { |     { | ||||||
|         float x, y, w, h; |         float x, y, s; | ||||||
|         bool is_chexked = false; |         bool is_chexked = false; | ||||||
|         u32 outcol, incol, chcol; |         u32 outcol, incol, chcol; | ||||||
|     }; |     }; | ||||||
|      |     void DrawCheckbox(Checkbox box); | ||||||
|     /*class Console |     /*class Console | ||||||
|     { |     { | ||||||
|          public: |          public: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 GitHub
						GitHub