mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-01 21:58:12 +00:00
Fixed type conversion ambiguity
This commit is contained in:
@@ -61,7 +61,7 @@ s32 ResourceLimit::GetCurrentResourceValue(u32 resource) const {
|
||||
}
|
||||
}
|
||||
|
||||
s32 ResourceLimit::GetMaxResourceValue(u32 resource) const {
|
||||
u32 ResourceLimit::GetMaxResourceValue(u32 resource) const {
|
||||
switch (resource) {
|
||||
case PRIORITY:
|
||||
return max_priority;
|
||||
|
||||
Reference in New Issue
Block a user