Reduce unreachable code warnings

This commit is contained in:
Joshua Granick
2015-09-21 15:35:51 -07:00
parent ba8f90feea
commit 90ef7cedea

View File

@@ -495,10 +495,12 @@ class Assets {
return (buffer != null);
//return (sound.__handle != null && sound.__handle != 0);
#end
#else
return true;
#end
}