Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeTorrealba committed May 21, 2024
1 parent 75d4e26 commit 0ea4a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playground/src/pages/abstractions/FBODemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ watch(
<OrbitControls />

<TresGridHelper :args="[10, 10]" />
<Stats />
<Stats />
<Fbo
ref="fboRef"
v-bind="state"
Expand Down
2 changes: 1 addition & 1 deletion src/core/staging/useEnvironment/component.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@ texture.value = useEnvironmentTexture
v-if="fbo"
ref="envSence"
>
<slot />
<slot></slot>
</TresEnvSence>
</template>

0 comments on commit 0ea4a22

Please sign in to comment.