rive-app / rive-cpp-legacy

C++ runtime for Rive
MIT License
287 stars 43 forks source link

LayerState::makeInstance to return unique_ptr #255

Closed mikerreed closed 2 years ago

mikerreed commented 2 years ago

No functionality change -- just documenting ownership rule on this factory.

The key caller, state_machine_instance, should probably also use unique_ptrs inside, but that may have to be a 2nd PR.