mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Cleanup Scene and Primitives. Add comments.
This commit is contained in:
@@ -778,3 +778,4 @@ void ToggleButton( const char* label, bool& toggle )
|
||||
if( ImGui::Button( label ) ) toggle = !toggle;
|
||||
if( active ) ImGui::PopStyleColor( 3 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user