Skip to content

Commit

Permalink
Fixed handle return type
Browse files Browse the repository at this point in the history
  • Loading branch information
vk2gpu committed Feb 4, 2018
1 parent 768d320 commit 48bc9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ namespace Core
* SLOW: Iterates internally to check.
*/
template<typename TYPE_ENUM>
Handle GetTotalHandles(TYPE_ENUM type) const
i32 GetTotalHandles(TYPE_ENUM type) const
{
return GetTotalHandles((i32)type);
}
Expand Down

0 comments on commit 48bc9bf

Please sign in to comment.