Skip to content

Commit cbd3e42

Browse files
committed
Oh that's real nice
1 parent 77f0518 commit cbd3e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/src/Shared.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ inline bool is_in_cocos_dll(std::string const& str) {
6666
}
6767

6868
inline bool is_fmod_class(std::string const& str) {
69-
return can_find(str, "FMOD::");
69+
return can_find(str, "FMOD::") || str == "FMOD";
7070
}
7171

7272
inline bool is_cocos_or_fmod_class(std::string const& str) {

0 commit comments

Comments
 (0)