Skip to content

Commit

Permalink
canvas no antialias, powerPreference default (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt authored Oct 15, 2024
1 parent fc587a6 commit 68746ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/starmap/StarMap.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div class="canvas-container">
<canvas ref="canvas"></canvas>
<canvas ref="canvas" gl="{{powerPreference: 'default', antialias: false}}"></canvas>
</div>
<HoverInfo v-bind="hoveredStar" :show-more-button="true" />
</template>
Expand Down

0 comments on commit 68746ec

Please sign in to comment.