fix compiler dumbness

This commit is contained in:
rdb 2012-07-08 13:37:27 +00:00
parent 8660443235
commit 83ffe90202

View File

@ -148,7 +148,7 @@ get_physical_node() const {
////////////////////////////////////////////////////////////////////
INLINE NodePath Physical::
get_physical_node_path() const {
return NodePath(_physical_node);
return NodePath((PandaNode*) _physical_node);
}
////////////////////////////////////////////////////////////////////