Skip to content

Commit ce108c9

Browse files
committed
disable sending client unload on d3d9 object removal
client can destroy d3d9 object without unloading itself
1 parent 261f0d3 commit ce108c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/d3d9_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ void OnPostObjWrappedRelease(wrap_event_data* data)
118118
free(*data->stackPtr);
119119

120120
//TODO: find more nice way to detect client unload
121-
gAPI->client_unload();
121+
//gAPI->client_unload();
122122
}
123123
}
124124

0 commit comments

Comments
 (0)