Skip to content

Commit

Permalink
fix: compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Jun 30, 2024
1 parent 5b9323f commit ad4b063
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/endstone_devtools/devtools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <imgui_internal.h>

#include <filesystem>
#include <mutex>

#include <GL/glew.h>
#include <GLFW/glfw3.h>
Expand All @@ -37,7 +38,7 @@ namespace endstone::detail::devtools {

namespace {
auto &gLogger = LoggerFactory::getLogger("DevTools");
GLFWwindow *gWindow;
GLFWwindow *gWindow = nullptr;

void onError(int error, const char *description)
{
Expand Down

0 comments on commit ad4b063

Please sign in to comment.