mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fix typo
This commit is contained in:
parent
7fef72afee
commit
0d7773d30a
@ -92,7 +92,7 @@ register_type(TypeHandle &type_handle, const string &name) {
|
||||
// reference passed in this time, but now it's different! Bad
|
||||
// juju.
|
||||
cerr << "Reregistering " << name << "\n";
|
||||
type_handle == rnode->_handle;
|
||||
type_handle = rnode->_handle;
|
||||
_lock->release();
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user