Fix TextJoyType inheritance.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ class IntJoyType(FloatJoyType):
|
||||
prefix = 'i'
|
||||
|
||||
|
||||
class TextJoyType(FloatJoyType):
|
||||
class TextJoyType(AnyJoyType):
|
||||
accept = basestring
|
||||
prefix = 't'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user