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