Fix TextJoyType inheritance.

This commit is contained in:
Simon Forman
2018-07-18 17:47:19 -07:00
parent 49941f9a33
commit 6576e1a431
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ class IntJoyType(FloatJoyType):
prefix = 'i'
class TextJoyType(FloatJoyType):
class TextJoyType(AnyJoyType):
accept = basestring
prefix = 't'