You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,10 +28,10 @@ let value_path scene frame path =
12
28
else
13
29
try%lwt
14
30
let pos =Ident.find_same id event.ev_compenv.ce_stack in
15
-
Scene.get_local scene frame (event.ev_stacksize - pos)
31
+
Scene.get_local scene frame (event.ev_stacksize - pos)(* TODO: Why subtracting from ev_stacksize? Not done in Value_scope. get_local already does that. *)
16
32
withNot_found ->
17
-
let pos =Ident.find_same id event.ev_compenv.ce_heapin
18
-
Scene.get_environment scene frame pos)
33
+
let pos =ident_find_same_heap id event.ev_compenv in
0 commit comments