Skip to content

Commit

Permalink
always 720p when editing
Browse files Browse the repository at this point in the history
  • Loading branch information
kusma committed Nov 7, 2014
1 parent 31f62c3 commit 56abd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configdialog.cpp
Expand Up @@ -210,7 +210,7 @@ static LRESULT onInitDialog(HWND hDlg)
direct3d->GetAdapterDisplayMode(D3DADAPTER_DEFAULT, &mode);

#if defined(_DEBUG) || !defined(SYNC_PLAYER)
if (direct3d->GetAdapterCount() == 1) {
if (true || direct3d->GetAdapterCount() == 1) {
mode.Width = 1280;
mode.Height = 720;
}
Expand Down

0 comments on commit 56abd81

Please sign in to comment.