Skip to content

Commit

Permalink
720p
Browse files Browse the repository at this point in the history
  • Loading branch information
liujia committed Nov 8, 2019
1 parent 8c1b6c6 commit 401eb96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FULivePC/FULivePC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int main(int argc, char* argv[])
Gui::UniquePtr gui = Gui::create(1360, 830);

//Nama::UniquePtr nama = Nama::create(640, 480, enableNama);
Nama::UniquePtr nama = Nama::create(1920, 1080, enableNama);
Nama::UniquePtr nama = Nama::create(1280, 720, enableNama);

gui->render(nama);

Expand Down

0 comments on commit 401eb96

Please sign in to comment.