mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-15 15:42:35 +00:00
Removed WaveFont Model Object's knowledge of parenthood.
This commit is contained in:
@@ -84,7 +84,7 @@ class IMICFPS
|
||||
end
|
||||
|
||||
def change_object(name)
|
||||
@objects << Object.new(self, name)
|
||||
@objects << Object.new(name)
|
||||
@current_object = @objects.last
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user