- Joined
- Jun 18, 2013
- Messages
- 129
- Reaction score
- 14
- First Language
- English
- Primarily Uses
- RMMV
I have recently reinstalled the rpg maker on my new computer and transferred over my current project from the old one. Now I keep getting this error when I try test run the game. Here is the code and a screenshot of the error message.
102 #--------------------------------------------------------------------------103 # * Create/Get Normal Bitmap104 #--------------------------------------------------------------------------105 def self.normal_bitmap(path)106 @cache[path] = Bitmap.new(path) unless include?(path)107 @cache[path]108 end
102 #--------------------------------------------------------------------------103 # * Create/Get Normal Bitmap104 #--------------------------------------------------------------------------105 def self.normal_bitmap(path)106 @cache[path] = Bitmap.new(path) unless include?(path)107 @cache[path]108 end

