diff options
| author | Marcelo Fernandez | 2018-03-22 00:17:18 -0300 |
|---|---|---|
| committer | Marcelo Fernandez | 2018-03-22 00:17:18 -0300 |
| commit | 35d21c08813242002e31f1d9bbc45fed5a21ebde (patch) | |
| tree | 60bce83ab5f359d83ee2537977c306d1ba7eba2b /core/command_queue_mt.cpp | |
| parent | f2df8c94b2e5ba6c4eee3515d1d30f36194ca803 (diff) | |
| download | godot-35d21c08813242002e31f1d9bbc45fed5a21ebde.tar.gz godot-35d21c08813242002e31f1d9bbc45fed5a21ebde.tar.zst godot-35d21c08813242002e31f1d9bbc45fed5a21ebde.zip | |
Diffstat (limited to 'core/command_queue_mt.cpp')
| -rw-r--r-- | core/command_queue_mt.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/command_queue_mt.cpp b/core/command_queue_mt.cpp index 6bb313575..a39c920df 100644 --- a/core/command_queue_mt.cpp +++ b/core/command_queue_mt.cpp @@ -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++) { |
