Skip to content

Commit

Permalink
Fix wrong initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemirtingas committed Nov 9, 2024
1 parent ddd65bd commit afab59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Windows/RendererDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ class RendererDetector_t
ATOM _DummyWindowAtom;

RendererDetector_t() :
_RendererHook(false),
_RendererHook(nullptr),
_DetectionStarted(false),
_DetectionDone(false),
_DetectionCount(0),
Expand Down

0 comments on commit afab59f

Please sign in to comment.