1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Fix several in-class initialization clang warning

This commit is contained in:
Marcelo Fernandez
2018-03-22 00:17:18 -03:00
parent f2df8c94b2
commit 35d21c0881
7 changed files with 18 additions and 9 deletions

View File

@@ -105,6 +105,7 @@ CommandQueueMT::CommandQueueMT(bool p_sync) {
read_ptr = 0;
write_ptr = 0;
dealloc_ptr = 0;
mutex = Mutex::create();
for (int i = 0; i < SYNC_SEMAPHORES; i++) {