Skip to content

Commit

Permalink
rev up to v0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
epezent committed Aug 7, 2020
1 parent 5c9679c commit 6a5e940
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion implot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

// ImPlot v0.4 WIP
// ImPlot v0.5 WIP

/*
Expand Down
2 changes: 1 addition & 1 deletion implot.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

// ImPlot v0.4 WIP
// ImPlot v0.5 WIP

#pragma once
#include "imgui.h"
Expand Down
4 changes: 2 additions & 2 deletions implot_demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.

// ImPlot v0.4 WIP
// ImPlot v0.5 WIP

#include "implot.h"
#include <math.h>
Expand Down Expand Up @@ -137,7 +137,7 @@ void ShowDemoWindow(bool* p_open) {
ImGui::EndMenuBar();
}
//-------------------------------------------------------------------------
ImGui::Text("ImPlot says hello. (0.4 WIP)");
ImGui::Text("ImPlot says hello. (0.5 WIP)");
if (ImGui::CollapsingHeader("Help")) {
ImGui::Text("USER GUIDE:");
ImGui::BulletText("Left click and drag within the plot area to pan X and Y axes.");
Expand Down

0 comments on commit 6a5e940

Please sign in to comment.