Skip to content

Commit

Permalink
Small fix after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
FreezeEngine committed Aug 7, 2024
1 parent 0d82e69 commit 5720eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client/Module/Modules/Zoom/Zoom.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Zoom : public Module {

public:

Zoom() : Module("Zoom", "Allows you to see distant places.", R"(\Flarial\assets\magnify.png)", "C") {
Zoom() : Module("Zoom", "Allows you to see distant places.", IDR_MAGNIFY_PNG, "C") {

Module::setup();

Expand Down

0 comments on commit 5720eee

Please sign in to comment.