Fix text setting in marker control (#9108)

This commit is contained in:
ApsZoldat
2023-09-28 23:07:02 +03:00
committed by GitHub
parent 1d484d34e7
commit 6119f3a507

View File

@@ -1862,7 +1862,7 @@ public class LExecutor{
if(type == LMarkerControl.remove){
state.markers.remove(exec.numi(id));
}else{
var marker = state.markers.get(id);
var marker = state.markers.get(exec.numi(id));
if(marker == null) return;
if(type == LMarkerControl.text){