mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
minor fix
This commit is contained in:
parent
2a1299b294
commit
03a7bfeb0c
@ -72,7 +72,7 @@ operator = (const FileSpec ©) {
|
|||||||
_size = copy._size;
|
_size = copy._size;
|
||||||
_timestamp = copy._size;
|
_timestamp = copy._size;
|
||||||
memcpy(_hash, copy._hash, sizeof(_hash));
|
memcpy(_hash, copy._hash, sizeof(_hash));
|
||||||
_got_hash = copy._hash;
|
_got_hash = copy._got_hash;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
Loading…
x
Reference in New Issue
Block a user