Reduce unreachable code warnings
This commit is contained in:
@@ -495,10 +495,12 @@ class Assets {
|
|||||||
return (buffer != null);
|
return (buffer != null);
|
||||||
//return (sound.__handle != null && sound.__handle != 0);
|
//return (sound.__handle != null && sound.__handle != 0);
|
||||||
|
|
||||||
#end
|
#else
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
#end
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user