360反馈意见截图16421106275626.png (21.99 KB, 下载次数: 16)
下载附件 保存到相册
2015-2-9 15:41 上传
class << Cache def normal_bitmap(path) @cache[path] = Bitmap.new(path) unless include?(path) @cache[path] rescue RGSSError msgbox "出错的文件名为'#{path}',请检查该文件是否有问题。" empty_bitmap endend
class << Cache def normal_bitmap(path) @cache[path] = Bitmap.new(path) unless include?(path) @cache[path] rescue RGSSError msgbox "出错的文件名为'#{path}',请检查该文件是否有问题。" empty_bitmap end end
taroxd 发表于 2015-2-9 15:52 试试看