Use persistent hash for config

This commit is contained in:
2020-01-29 18:18:46 -06:00
parent 201ddabbcc
commit 4f1b490600
14 changed files with 40 additions and 31 deletions

View File

@@ -48,7 +48,7 @@ class IMICFPS
if e != GL_NO_ERROR
$stderr.puts "OpenGL error detected by handler at: #{caller[0]}"
$stderr.puts " #{gluErrorString(e)} (#{e})\n"
exit if $debug && $debug.get(:opengl_error_panic)
exit if window.config.get(:debug_options, :opengl_error_panic)
end
end
end