mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
memoryInfo fix for debug builds
This commit is contained in:
parent
b018d90933
commit
88f87760b8
@ -20,7 +20,7 @@
|
|||||||
#include "config_express.h"
|
#include "config_express.h"
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#include <windows.h> // for IsBadWritePtr()
|
//#include <windows.h> // for IsBadWritePtr()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -171,7 +171,6 @@ update_type_handle(TypeHandle &destination, TypeHandle refined) {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
// Unrelated types, which might or might not be a problem.
|
// Unrelated types, which might or might not be a problem.
|
||||||
destination = refined;
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user