diff options
| author | Rémi Verschelde | 2017-01-14 18:03:38 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2017-01-16 08:49:52 +0100 |
| commit | f44ee891beaad397481dd88da41cb80e6539774f (patch) | |
| tree | 82ce10e73d3b1da6229618ce93222ee49e34841b /core/os/mutex.cpp | |
| parent | e2a3f06f3d0c49d87b86c12407d69174b58ae448 (diff) | |
| download | godot-f44ee891beaad397481dd88da41cb80e6539774f.tar.gz godot-f44ee891beaad397481dd88da41cb80e6539774f.tar.zst godot-f44ee891beaad397481dd88da41cb80e6539774f.zip | |
Diffstat (limited to 'core/os/mutex.cpp')
| -rw-r--r-- | core/os/mutex.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/os/mutex.cpp b/core/os/mutex.cpp index f5f7f757c..acdcb492d 100644 --- a/core/os/mutex.cpp +++ b/core/os/mutex.cpp @@ -47,7 +47,7 @@ Mutex::~Mutex() { } -Mutex *_global_mutex=NULL;; +Mutex *_global_mutex=NULL; void _global_lock() { |
