1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-12 13:24:09 +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 get
{ {
return this == (.)-1; return this <= 0;
} }
} }
} }