Skip to content

Commit

Permalink
drop this
Browse files Browse the repository at this point in the history
  • Loading branch information
FrogTheFrog committed Dec 27, 2024
1 parent 50f4838 commit da4e32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/windows/display_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ namespace platf::dxgi {
// would have been raised first if it wasn't.
if (result == S_OK || result == E_ACCESSDENIED) {
// We found a working GPU preference, so set ourselves to use that.
if (set_gpu_preference_on_self(i)) {
if (set_gpu_preference_on_self(2)) {
return true;
}
else {
Expand Down

0 comments on commit da4e32a

Please sign in to comment.