diff --git a/direct/src/plugin/fileSpec.cxx b/direct/src/plugin/fileSpec.cxx index 2bf1b69c29..9542d0d012 100755 --- a/direct/src/plugin/fileSpec.cxx +++ b/direct/src/plugin/fileSpec.cxx @@ -72,7 +72,7 @@ operator = (const FileSpec ©) { _size = copy._size; _timestamp = copy._size; memcpy(_hash, copy._hash, sizeof(_hash)); - _got_hash = copy._hash; + _got_hash = copy._got_hash; } ////////////////////////////////////////////////////////////////////