This website works better with JavaScript
Home
Explore
Help
Sign In
Godot
/
godot-docs
mirror of
https://github.com/godotengine/godot-docs.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix EOF newlines in using multiple threads
CI goes brrrr
Max Hilbrunner
8 months ago
parent
128d712d89
commit
7ad80b338b
1 changed files
with
0 additions
and
1 deletions
Unified View
Show Diff Stats
0
1
tutorials/performance/using_multiple_threads.rst
+ 0
- 1
tutorials/performance/using_multiple_threads.rst
View File
@@ -498,4 +498,3 @@ ready to be processed:
mutex->unlock();
mutex->unlock();
return counter_value;
return counter_value;
}
}
-