mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 18:03:56 -04:00
whoops
This commit is contained in:
parent
c6a66643e9
commit
055919f936
@ -174,7 +174,7 @@ make_output(const string &name,
|
||||
((flags&BF_require_window)!=0)||
|
||||
((flags&BF_resizeable)!=0)||
|
||||
((flags&BF_size_track_host)!=0)||
|
||||
((flags&BF_can_bind_layered)!=0) {
|
||||
((flags&BF_can_bind_layered)!=0)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
@ -202,7 +202,7 @@ make_output(const string &name,
|
||||
((flags&BF_require_window)!=0)||
|
||||
((flags&BF_resizeable)!=0)||
|
||||
((flags&BF_size_track_host)!=0)||
|
||||
((flags&BF_can_bind_layered)!=0) {
|
||||
((flags&BF_can_bind_layered)!=0)) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user