mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
feature: making rive::File rcp (#10439) 213f07ec13
* feature: making rive::File rcp * fixes * fix: recorder Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
This commit is contained in:
@@ -138,7 +138,7 @@ static void dump(JSoner& js, rive::File* file)
|
||||
js.pop();
|
||||
}
|
||||
|
||||
static std::unique_ptr<rive::File> open_file(const char name[])
|
||||
static rcp<rive::File> open_file(const char name[])
|
||||
{
|
||||
FILE* f = fopen(name, "rb");
|
||||
if (!f)
|
||||
|
||||
Reference in New Issue
Block a user