diff options
Diffstat (limited to 'layer.h')
-rw-r--r-- | layer.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -108,10 +108,9 @@ class LayerList { } public: - LayerList() + LayerList() : mutex(SDL_CreateMutex()) { SLIST_INIT(&head); - mutex = SDL_CreateMutex(); } ~LayerList() { |