diff --git a/ShootingStars/Titus_Sniper.LICENSE b/ShootingStars/Titus_Sniper.LICENSE new file mode 100644 index 0000000..050def4 --- /dev/null +++ b/ShootingStars/Titus_Sniper.LICENSE @@ -0,0 +1,101 @@ +--- Info --- +Titus Sniper + +Original concept art: + Titus Simirica + http://titus-concepts.com/ + +3D artwork, textures: + Zsolt Török + http://bfolio.sectorbros.hu/ + +-------------------- +The model was done for practice, if you +want to use it, please make sure to +credit Titus as the original concept +artist, and me as the modeler. + + + +-betasector + +--- License --- +-------------------------------------------------------------------------------- +Thank you for downloading "Titus Sniper" by betasector +Released under +Creative Commons Attribution 3.0 +Downloaded from http://www.blendswap.com/blends/view/43445 + +The following is important licensing information, please keep this file for +archival and future reference when working with the file. It's important that +you know, understand and follow any requirements stated in this file regarding +the usage of the materials included. + +Some parts of this file are marked with [#], the corresponding numbered note is +at the end of the file. + +-------------------------------------------------------------------------------- +################################################################################ + +VERY IMPORTANT LICENSE INFORMATION: + +This blend has been released under +Creative Commons Attribution 3.0 + +This means that you can use it for any purpose you see fit, even commercially, +as long as you respect these requirements: + + --You MUST give credit to betasector. + + +################################################################################ +-------------------------------------------------------------------------------- + +ABOUT THE BLEND: + +Ready for Blender 2.63 +Published on: 2012-05-01 08:10:27 + +-------------------------------------------------------------------------------- + +HELP US MODERATE THIS BLEND: +If you find anomalies in this blend or any of the contained files such as: + + - Missing, unneeded or corrupted files. + - Inaccurate/mismatching preview image on the site. + - Illegal distribution of third party files. + - Ripping from a game or other 3D repository. + - Uncredited or incorrect use of other CC licensed works. + - Some other troubling issues[1]. + +Please submit a report from http://www.blendswap.com/blends/view/43445 +by pressing the red button with the flag, including links and details that serve +as evidence and can help us to solve any conflicts or issues derived from the +contents of this file. + +-------------------------------------------------------------------------------- + +Thank you for using Blend Swap! + +Register to get tons of more blends! http://www.blendswap.com/register +Share your own blends with the world from http://www.blendswap.com/blends/add + +Get answers to your questions and doubts: http://www.blendswap.com/page/faq +If the site doesn't work for you try here: http://www.blendswap.com/page/issues +For questions please contact us: http://www.blendswap.com/contact +Check out our Terms Of Use: http://www.blendswap.com/tou +Report website bugs: http://www.blendswap.com/bugs + +Consider getting an associate Membership to get some neat features and +enhancements. + +-------------------------------------------------------------------------------- + +NOTES: + +[1] Please make sure your problem is not derived from a setting in Blender (like +hidden layers or objects) before submitting a report under the "Other" category. +Issues arising from this type of problem will be ignored. + +-------------------------------------------------------------------------------- +###################### END OF BLEND SWAP LICENSE.txt ##################### diff --git a/ShootingStars/src/org/wyrez/shootingstars/data/AudioDataManager.java b/ShootingStars/src/org/wyrez/shootingstars/data/AudioDataManager.java index 89cfa4d..b790b6c 100644 --- a/ShootingStars/src/org/wyrez/shootingstars/data/AudioDataManager.java +++ b/ShootingStars/src/org/wyrez/shootingstars/data/AudioDataManager.java @@ -200,7 +200,7 @@ public class AudioDataManager { } public boolean isFlash() { - return flashData[getFlashIndex()] > peakAverageFlash * 0.5f; + return flashData[getFlashIndex()] > 0f; } public float getFlashData() {