fix: VR fix of the FirstPerson calculation for the Fog in Lighting Shader Reflections feature. #144
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WIP | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, edited] | |
jobs: | |
wip: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wip/action@v1 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |