next snapshot

This commit is contained in:
wolfyzhuang 2024-03-13 20:53:03 +00:00
parent 858402889c
commit 9c05826d5b
1 changed files with 3 additions and 1 deletions

View File

@ -25,4 +25,6 @@ live_design! {
)
self.pos = (clipped - rect_pos) / rect_size
// Calculate the texture coordinates based on the rotation angle
let angle_rad = self.rotation_angle * 3.14159265359 / 180.0;
let co