Skip to content

Commit 2754c96

Browse files
authoredAug 12, 2019
Update example.cpp
1 parent dd3205a commit 2754c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎example.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#include <thread>
33

44
int main( ) {
5-
forceinline::dx_overlay overlay( proc_instance, L"CoDBlackOps", L"Call of Duty®: Black Ops II - Multiplayer" );
5+
forceinline::dx_overlay overlay( L"CoDBlackOps", L"Call of Duty®: Black Ops II - Multiplayer", true /*Read comments regarding this*/ );
66

77
if ( !overlay.is_initialized( ) )
88
return 0;

0 commit comments

Comments
 (0)