Argh, my bad.
This didn't work:
ofScopedLock(mutex);
This does:
ofScopedLock(this->mutex);
I probably have another mutex with the same name somewhere in a derived class.
Cheers!
Argh, my bad.
This didn't work:
ofScopedLock(mutex);
This does:
ofScopedLock(this->mutex);
I probably have another mutex with the same name somewhere in a derived class.
Cheers!