1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Make 0 an invalid sound id

This commit is contained in:
Brian Fiete 2024-08-12 14:11:39 -04:00
parent 4f8c820b34
commit 01f8af3d97

View file

@ -8,7 +8,7 @@ namespace Beefy.sound
{
get
{
return this == (.)-1;
return this <= 0;
}
}
}