mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
Fix some issues found by cppcheck.
This commit is contained in:
parent
72407a9cfb
commit
f851c4aa33
163 changed files with 776 additions and 767 deletions
|
|
@ -651,7 +651,7 @@ Ref<Texture2D> EditorExportPlatformJavaScript::get_run_icon() const {
|
|||
}
|
||||
|
||||
void EditorExportPlatformJavaScript::_server_thread_poll(void *data) {
|
||||
EditorExportPlatformJavaScript *ej = (EditorExportPlatformJavaScript *)data;
|
||||
EditorExportPlatformJavaScript *ej = static_cast<EditorExportPlatformJavaScript *>(data);
|
||||
while (!ej->server_quit) {
|
||||
OS::get_singleton()->delay_usec(6900);
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue