You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Style: apply clang-format (5.0.0) to current source
This commit is contained in:
@@ -166,8 +166,8 @@ void VisualServerWrapMT::finish() {
|
||||
memdelete(draw_mutex);
|
||||
}
|
||||
|
||||
VisualServerWrapMT::VisualServerWrapMT(VisualServer *p_contained, bool p_create_thread)
|
||||
: command_queue(p_create_thread) {
|
||||
VisualServerWrapMT::VisualServerWrapMT(VisualServer *p_contained, bool p_create_thread) :
|
||||
command_queue(p_create_thread) {
|
||||
|
||||
visual_server = p_contained;
|
||||
create_thread = p_create_thread;
|
||||
|
||||
Reference in New Issue
Block a user