mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 12:12:10 -04:00
compile on windows
This commit is contained in:
parent
219f16c5de
commit
96ffce27d2
@ -376,7 +376,7 @@ decompose() {
|
||||
}
|
||||
|
||||
result = decompose_impl();
|
||||
if (result == this) {
|
||||
if (result.p() == this) {
|
||||
// decomposing this primitive has no effect.
|
||||
return this;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user