You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-16 14:00:40 +00:00
Fix some issues found by cppcheck.
This commit is contained in:
@@ -165,7 +165,7 @@ void FileAccessNetworkClient::_thread_func() {
|
||||
}
|
||||
|
||||
void FileAccessNetworkClient::_thread_func(void *s) {
|
||||
FileAccessNetworkClient *self = (FileAccessNetworkClient *)s;
|
||||
FileAccessNetworkClient *self = static_cast<FileAccessNetworkClient *>(s);
|
||||
|
||||
self->_thread_func();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user