mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
fix functions not returning values (#2942)
* fix functions not returning values * implement functions that should return values
This commit is contained in:
@@ -333,7 +333,7 @@ static f32 dummyFloat(int _) {
|
||||
switch (_) {
|
||||
case 0: return 0.0f;
|
||||
case 1: return 65536.0f;
|
||||
case 2: return 0.2f;
|
||||
default: return 0.2f;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user