mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
bug with unlock assertion
This commit is contained in:
parent
bbcf2e4267
commit
ff8d5eaf77
@ -6131,6 +6131,8 @@ fillin(DatagramIterator &scan, BamReader *manager, bool has_rawdata) {
|
||||
////////////////////////////////////////////////////////////////////
|
||||
void Texture::
|
||||
fillin_from(Texture *dummy) {
|
||||
MutexHolder holder(_lock);
|
||||
|
||||
// Use the setters instead of setting these directly, so we can
|
||||
// correctly avoid incrementing _properties_modified if none of
|
||||
// these actually change. (Otherwise, we'd have to reload the
|
||||
|
Loading…
x
Reference in New Issue
Block a user