Update LN_get_fps.py

Due to the change in PR (https://github.com/armory3d/armory/pull/1964)
This commit is contained in:
E1e5en 2020-10-28 07:37:06 +03:00 committed by GitHub
parent fb00b4533c
commit 5eeb6ab559
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,5 +9,3 @@ class GetFPSNode(ArmLogicTreeNode):
def init(self, context):
super(GetFPSNode, self).init(context)
self.add_output('NodeSocketInt', 'Count')
add_node(GetFPSNode, category=PKG_AS_CATEGORY)