FlixelCommunity / Flixel-Power-Tools

The Flixel Power Tools are a package of classes designed to provide extra functionality to your Flixel games. Originally created by Richard Davey (Photon Storm), this is the Flixel Community fork of the library, striving to keep the library living and up to date with the latest version of Flixel.
http://www.photonstorm.com/flixel-power-tools
Other
8 stars 3 forks source link

[CLOSED] GlitchFX autoUpdate breaks because no sourceRef is defined #8

Closed FlixelCommunityBot closed 10 years ago

FlixelCommunityBot commented 10 years ago

Issue by CoderBrandon from Friday Aug 05, 2011 at 19:32 GMT Originally opened as https://github.com/photonstorm/Flixel-Power-Tools/issues/8


after line 48 in GlitchFX, need to add:

if (updateFromSource)
{
    sourceRef = source;
}
FlixelCommunityBot commented 10 years ago

Comment by photonstorm from Monday Aug 08, 2011 at 23:03 GMT


Well spotted. This is now fixed and pushed to the dev branch (will be live in v1.9 release)