Skip to content

Commit

Permalink
disable sending client unload on d3d9 object removal
Browse files Browse the repository at this point in the history
client can destroy d3d9 object without unloading itself
  • Loading branch information
megai2 committed Jun 7, 2020
1 parent 261f0d3 commit ce108c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/d3d9_wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ void OnPostObjWrappedRelease(wrap_event_data* data)
free(*data->stackPtr);

//TODO: find more nice way to detect client unload
gAPI->client_unload();
//gAPI->client_unload();
}
}

Expand Down

0 comments on commit ce108c9

Please sign in to comment.