Protofall / Crayon-Game-Framework

My own library for making games on the Dreamcast
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Demo: Some demos using invalid options. #247

Open Protofall opened 3 years ago

Protofall commented 3 years ago

I noticed for example that the New-Project fade effect uses the "fade" option, but its not used in the renderer and no space is allocated for it. Therefore it would be causing an error. Check for other instances of this as well.

Protofall commented 3 years ago

Using the proper setters will at least prevent corruptions