mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Fix compile error when compiling with optimize level 4
This commit is contained in:
parent
9faeb08e57
commit
296476f7dd
@ -53,8 +53,10 @@ public:
|
||||
private:
|
||||
#else // DO_PSTATS
|
||||
|
||||
INLINE PStatGPUTimer(GraphicsStateGuardian *, PStatCollector &) { }
|
||||
INLINE PStatGPUTimer(GraphicsStateGuardian *, PStatCollector &, Thread *) { }
|
||||
INLINE PStatGPUTimer(GraphicsStateGuardian *, PStatCollector &col)
|
||||
: PStatTimer(col) { }
|
||||
INLINE PStatGPUTimer(GraphicsStateGuardian *, PStatCollector &col, Thread *)
|
||||
: PStatTimer(col) { }
|
||||
INLINE ~PStatGPUTimer() { }
|
||||
|
||||
#endif // DO_PSTATS
|
||||
|
Loading…
x
Reference in New Issue
Block a user