Enhance examples (#17)
* enhance examples * doc enhancement * mv pool to stack * missing ; and doc update fix readme example image link
This commit is contained in:
committed by
Maximilian Kueffner
parent
244b00fa5c
commit
356f966d01
@@ -35,9 +35,9 @@ void DefaultApp::MenuBarOptionsColumn2()
|
||||
void DefaultApp::Run()
|
||||
{
|
||||
if (demop_) ImGui::ShowDemoWindow(&this->demop_);
|
||||
if (image_listp_) this->gallery.RenderGallery();
|
||||
if (image_listp_) this->gallery_.RenderGallery();
|
||||
|
||||
this->gallery.RenderImages();
|
||||
this->gallery_.RenderImages();
|
||||
}
|
||||
|
||||
void DefaultApp::LoadImage()
|
||||
|
||||
Reference in New Issue
Block a user