mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
build on windows
This commit is contained in:
parent
5ad57abaf5
commit
35f2bf6e99
@ -886,7 +886,7 @@ evict_callback() {
|
|||||||
// might not actually have a cache entry there (it might have been
|
// might not actually have a cache entry there (it might have been
|
||||||
// added to stage 1 instead). No big deal if we don't.
|
// added to stage 1 instead). No big deal if we don't.
|
||||||
CData *cdata = _source->_cycler.write_stage(0);
|
CData *cdata = _source->_cycler.write_stage(0);
|
||||||
if (cdata->_cache == this) {
|
if (cdata->_cache.p() == this) {
|
||||||
cdata->_cache = NULL;
|
cdata->_cache = NULL;
|
||||||
}
|
}
|
||||||
_source->_cycler.release_write_stage(0, cdata);
|
_source->_cycler.release_write_stage(0, cdata);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user