mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-03 16:31:56 -04:00
f_op debug work (#2991)
* f_op debug 1 * f_op debug 2 * f_op debug 3 * f_op debug 4 * f_op debug 5 * f_op_debug fix build * f_op linking * remove goto in fopac_create * fix regressions * fix regressions * pr comments
This commit is contained in:
@@ -19,7 +19,7 @@ int fopScnPause_Enable(scene_class* i_scene) {
|
||||
|
||||
int fopScnPause_Disable(scene_class* i_scene) {
|
||||
if (i_scene != NULL) {
|
||||
process_node_class* process_node = i_scene->base.base.layer_tag.layer->process_node;
|
||||
process_node_class* process_node = fpcM_Layer(i_scene);
|
||||
|
||||
if (process_node == NULL) {
|
||||
fpcM_PauseDisable(i_scene, 1);
|
||||
|
||||
Reference in New Issue
Block a user