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