Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddf8196 committed Feb 27, 2024
1 parent fdecfdc commit b29f14c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions BetterRenderDragon/GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ void updateImGui() {
ImGui::Text("V1.3.5\n Support 1.20.32\n Fixed ImGui flickering on some devices\n Removed Vanilla2Deferred option");
ImGui::Text("V1.3.6\n Support 1.20.40 and 1.20.50\n Added Force Enable Deferred Technical Preview option");
ImGui::Text("V1.3.7\n Support 1.20.60.23 preview\n");
ImGui::Text("V1.4.0\n Added Reload shaders button\n");
}
ImGui::End();
}
Expand Down
2 changes: 1 addition & 1 deletion BetterRenderDragon/Version.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#pragma once

#define BetterRDVersion "v1.3.7"
#define BetterRDVersion "v1.4.0"

0 comments on commit b29f14c

Please sign in to comment.