| 1414 | } |
| 1415 | |
| 1416 | void LinkedScene::mainSceneHash( HashType hashType, double time, MurmurHash &h ) const |
| 1417 | { |
| 1418 | // We add the base class hash so that it does not collide with hashes returned as if the main scene was opened directly as a SceneCache. |
| 1419 | SceneInterface::hash( hashType, time, h ); |
| 1420 | m_mainScene->hash(hashType, time, h); |
| 1421 | } |
| 1422 | |
| 1423 | void LinkedScene::hash( HashType hashType, double time, MurmurHash &h ) const |
| 1424 | { |