mirror of
https://github.com/cyberarm/cyberarm_engine.git
synced 2026-03-22 03:56:13 +00:00
Improved GuiState to fully recalculate before returning from draw
This commit is contained in:
@@ -69,6 +69,8 @@ require_relative "cyberarm_engine/ui/gui_state"
|
||||
|
||||
require_relative "cyberarm_engine/builtin/intro_state"
|
||||
|
||||
at_exit do
|
||||
StackProf.results("./_prof.txt") if RUBY_ENGINE != "mruby" && defined?(StackProf)
|
||||
if RUBY_ENGINE != "mruby" && defined?(StackProf)
|
||||
at_exit do
|
||||
StackProf.results("./_stackprof.dmp")
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user