mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 19:08:55 -04:00
fix build break O4
This commit is contained in:
parent
0172445861
commit
981d9a04be
@ -86,7 +86,7 @@
|
||||
#include <mmsystem.h>
|
||||
|
||||
// print out simple drawprim stats every few secs
|
||||
//#define COUNT_DRAWPRIMS
|
||||
#define COUNT_DRAWPRIMS
|
||||
|
||||
//#define DISABLE_DECALING
|
||||
#define DISABLE_POLYGON_OFFSET_DECALING
|
||||
@ -567,7 +567,7 @@ init_dx( LPDIRECTDRAW7 context,
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void DXGraphicsStateGuardian::
|
||||
clear(const RenderBuffer &buffer) {
|
||||
PStatTimer timer(_win->_clear_pcollector);
|
||||
DO_PSTATS_STUFF(PStatTimer timer(_win->_clear_pcollector));
|
||||
|
||||
nassertv(buffer._gsg == this);
|
||||
int buffer_type = buffer._buffer_type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user