example_realtime module is broken, here is the fix

If you have a module that you'd like comments on or would like to know how to create your very own module, post here

Moderator: Moderator

Post Reply
Message
Author
Kruno
Posts: 4
Joined: Fri Jun 17, 2011 1:56 pm

example_realtime module is broken, here is the fix

#1 Post by Kruno »

class/Game.lua line 205 should be
function _M:display(nb_keyframe)

but was
function _M:display()

VRBones
Low Yeek
Posts: 6
Joined: Thu Jun 30, 2011 2:58 pm

Re: example_realtime module is broken, here is the fix

#2 Post by VRBones »

Many, many thanks for that. When I saw the real-time mod I thought ToME might be an excellent prototype for an idea I've had. I've been disheartened in the last couple of months that it hasn't been working, and when I'm finally ready to look seriously into it, you've posted the fix.

Brilliant!

Post Reply