fix space layout and init

This commit is contained in:
Torsten Ruger
2015-05-24 15:06:35 +03:00
parent 1170761922
commit 05a7ded7d5
2 changed files with 8 additions and 3 deletions

View File

@ -32,7 +32,7 @@ module Parfait
#global objects (data)
@objects = Parfait::List.new_object
end
attr_reader :classes , :objects , :symbols, :messages, :next_message , :next_frame
attr_reader :classes , :objects , :frames, :messages, :next_message , :next_frame
# need a two phase init for the object space (and generally parfait) because the space
# is an interconnected graph, so not everthing is ready