From e7085798b709517ca4fb2c665cc59a52dab1e688 Mon Sep 17 00:00:00 2001 From: David Rose Date: Mon, 11 Jun 2007 16:33:07 +0000 Subject: [PATCH] makeDefaultLod --- direct/src/actor/Actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/actor/Actor.py b/direct/src/actor/Actor.py index 7358cbf90d..9220990e2f 100644 --- a/direct/src/actor/Actor.py +++ b/direct/src/actor/Actor.py @@ -558,7 +558,7 @@ class Actor(DirectObject, NodePath): If one is not supplied as an argument, make one """ if (node == None): - node = LODNode("lod") + node = LODNode.makeDefaultLod("lod") if self.__LODNode: self.__LODNode = node