Skip to content

Commit

Permalink
USE_EMBEDDED in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
GEEKiDoS authored Sep 16, 2024
1 parent e757cb0 commit 644a8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/launcher/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

#include "component/steam_proxy.hpp"

#define USE_EMBEDDED 0
#define USE_EMBEDDED 1

#if !_DEBUG || USE_EMBEDDED
#include "resources/all.hpp"
Expand Down

0 comments on commit 644a8b6

Please sign in to comment.