Dave Schuyler 20 vuotta sitten
vanhempi
sitoutus
9568ccfbb5
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      direct/src/extensions/NodePath-extensions.py

+ 1 - 1
direct/src/extensions/NodePath-extensions.py

@@ -379,7 +379,7 @@
 
 
     # user callable lerp methods
     # user callable lerp methods
     def lerpColor(self, *posArgs, **keyArgs):
     def lerpColor(self, *posArgs, **keyArgs):
-        """lerpColor(self, *positionArgs, **keywordArgs)
+        """
         determine which lerpColor* to call based on arguments
         determine which lerpColor* to call based on arguments
         """
         """
         if (len(posArgs) == 2):
         if (len(posArgs) == 2):