Skip to content

In-Game: audio_sound_get_loop_end() check for whether sounds are valid is incorrect in 2024.1100 runtimes #3550

In-Game: audio_sound_get_loop_end() check for whether sounds are valid is incorrect in 2024.1100 runtimes

In-Game: audio_sound_get_loop_end() check for whether sounds are valid is incorrect in 2024.1100 runtimes #3550

Workflow file for this run

name: Tag As Duplicate
on:
issue_comment:
types: created
jobs:
add_label:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: checkout
uses: actions/checkout@v2
- name: add label
uses: actions-ecosystem/action-add-labels@v1
if: ${{ startsWith(github.event.comment.body, '/duplicate') }}
with:
labels: duplicate