change obs_scene_destroy to obs_scene_release, add ability to add scenes, fix name dialog sizing
This commit is contained in:
@@ -29,7 +29,7 @@ class SceneContext {
|
||||
|
||||
public:
|
||||
inline SceneContext(obs_scene_t scene) : scene(scene) {}
|
||||
inline ~SceneContext() {obs_scene_destroy(scene);}
|
||||
inline ~SceneContext() {obs_scene_release(scene);}
|
||||
inline operator obs_scene_t() {return scene;}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user