lots of stuff to move to linked lists
and remove the blocks more position stuff coming, but the list part should be ok
This commit is contained in:
@ -8,7 +8,7 @@ module Positioned
|
||||
end
|
||||
@position
|
||||
end
|
||||
def set_position pos
|
||||
def position= pos
|
||||
raise "Setting of nil not allowed" if pos.nil?
|
||||
# resetting of position used to be error, but since relink and dynamic instruction size it is ok.
|
||||
# in measures (of 32)
|
||||
|
Reference in New Issue
Block a user