ArcanaMagek
Member
Hello,
I'm trying to add a window to a minigame in my project, but it always says:
Failed to create bitmap
It's with this lines:
Thanks in advance
I'm trying to add a window to a minigame in my project, but it always says:
Failed to create bitmap
It's with this lines:
Code:
#--------------------------------------------------------------------------
# * Create Window Contents
#--------------------------------------------------------------------------
def create_contents
self.contents.dispose
self.contents = Bitmap.new(width - 32, height - 32)
end
Thanks in advance