Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 395 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 395 Bytes

Corona SDK Snapshot Fixes

Drop-in fix for corona snapshot issues.

Problems Fixed

  1. Snapshots going black after switching apps on Android.

How To Use

Simply paste the code from snapshots.lua into your project somewhere before you use snapshots. Preferably in a fixes.lua file which you call before anything else.

Or require the file with:

require("snapshots")

Enjoy.