mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
fix compiler dumbness
This commit is contained in:
parent
8660443235
commit
83ffe90202
@ -148,7 +148,7 @@ get_physical_node() const {
|
|||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
INLINE NodePath Physical::
|
INLINE NodePath Physical::
|
||||||
get_physical_node_path() const {
|
get_physical_node_path() const {
|
||||||
return NodePath(_physical_node);
|
return NodePath((PandaNode*) _physical_node);
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user