You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 13:00:37 +00:00
Fix some issues found by cppcheck.
This commit is contained in:
@@ -56,7 +56,7 @@ void TilesEditorPlugin::_pattern_preview_done() {
|
||||
}
|
||||
|
||||
void TilesEditorPlugin::_thread_func(void *ud) {
|
||||
TilesEditorPlugin *te = (TilesEditorPlugin *)ud;
|
||||
TilesEditorPlugin *te = static_cast<TilesEditorPlugin *>(ud);
|
||||
te->_thread();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user