From 1a8323b8f91bb30d64f8b79d77e43e8a9bc0af1d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 10 Mar 2023 00:01:06 +0000 Subject: Mutation persists its own members --- assetFactory/use.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'assetFactory/use.cpp') diff --git a/assetFactory/use.cpp b/assetFactory/use.cpp index 898b736..5e45c87 100644 --- a/assetFactory/use.cpp +++ b/assetFactory/use.cpp @@ -49,7 +49,6 @@ struct Lookup : public Persistence::SelectionV { bool Use::persist(Persistence::PersistenceStore & store) { - return STORE_TYPE && STORE_HELPER(type, Lookup) && STORE_MEMBER(position) && STORE_MEMBER(scale) - && STORE_MEMBER(rotation) && Style::persist(store) + return STORE_TYPE && STORE_HELPER(type, Lookup) && Mutation::persist(store) && Style::persist(store) && STORE_NAME_HELPER("face", faceControllers, Persistence::MapByMember); } -- cgit v1.2.3