mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2025-12-16 05:02:34 +00:00
Compare commits
2 Commits
v0.24.3
...
a7df9a660d
| Author | SHA1 | Date | |
|---|---|---|---|
| a7df9a660d | |||
| d2f757eb23 |
@@ -151,10 +151,6 @@ module CyberarmEngine
|
||||
end
|
||||
|
||||
def recalculate
|
||||
return if @in_recalculate
|
||||
|
||||
@in_recalculate = true
|
||||
|
||||
@current_position = Vector.new(@style.margin_left + @style.padding_left, @style.margin_top + @style.padding_top)
|
||||
|
||||
return unless visible?
|
||||
@@ -243,8 +239,6 @@ module CyberarmEngine
|
||||
recalculate_if_size_changed
|
||||
|
||||
# puts "TOOK: #{Gosu.milliseconds - s}ms to recalculate #{self.class}:0x#{self.object_id.to_s(16)}"
|
||||
|
||||
@in_recalculate = false
|
||||
end
|
||||
|
||||
def layout
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
module CyberarmEngine
|
||||
NAME = "InDev".freeze
|
||||
VERSION = "0.24.3".freeze
|
||||
VERSION = "0.24.4".freeze
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user