Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mjkzy committed Nov 16, 2024
1 parent 8d5df5f commit c82f089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/component/gui/gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ namespace gui
public:
void* load_import(const std::string& library, const std::string& function) override
{
if (function == "D3D11CreateDevice" && !game::environment::is_mp())
if (function == "D3D11CreateDevice" && !game::environment::is_dedi())
{
return d3d11_create_device_stub;
}
Expand Down

0 comments on commit c82f089

Please sign in to comment.