Skip to content

Commit

Permalink
Start of 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
CedricGuillemet committed May 13, 2019
1 parent 9c29d6e commit b57efd0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Binary file modified bin/Imogen.exe
Binary file not shown.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
-------------------------------------------------------------------------------
Imogen - 0.14 codename Eagle Marin


-------------------------------------------------------------------------------
Imogen - 0.13 codename Chameleon Genet

Expand Down
2 changes: 1 addition & 1 deletion src/Imogen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ void Imogen::ShowTitleBar(Builder* builder)
ImGui::SameLine();
// imogen info strings
ImGui::BeginChildFrame(152, ImVec2(io.DisplaySize.x - butSize.x * 4.f - 300, 32.f));
ImGui::Text("Imogen 0.13");
ImGui::Text("Imogen 0.14");
if (mSelectedMaterial != -1)
{
Material& material = library.mMaterials[mSelectedMaterial];
Expand Down

0 comments on commit b57efd0

Please sign in to comment.