mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
oops
This commit is contained in:
parent
6b7f839c5b
commit
9b259b4828
@ -853,7 +853,7 @@ void event_D(CPT_Event) {
|
||||
}
|
||||
|
||||
// sample code to verify and pick a new fullscreen size dynamically
|
||||
#define NUMWINDOWSIZES 4
|
||||
#define NUMWINDOWSIZES 5
|
||||
static int cur_winsize_idx=0;
|
||||
static unsigned int window_sizearr[NUMWINDOWSIZES*2] =
|
||||
{640,480, 1024,768, 800,600, 454,656, 1280,1024};
|
||||
|
Loading…
x
Reference in New Issue
Block a user