qmlfrontend/qml.qrc
author alfadur
Mon, 12 Mar 2018 00:59:47 +0100
changeset 13173 0e7eddfbce8a
parent 12859 28cb18c5e712
child 12866 488782d9aba9
permissions -rw-r--r--
Fix minigun bullets sometimes failing to hit when shooting same thing twice in row alfadur says: “the stale collision cache is searched in, so if you shoot at same thing twice in a row, chances are it woudln't get hit”

<!DOCTYPE RCC>
<RCC version="1.0">
    <qresource prefix="/">
        <file>main.qml</file>
        <file>Page1.qml</file>
        <file>Page1Form.ui.qml</file>
        <file>qtquickcontrols2.conf</file>
    </qresource>
</RCC>