Skip to content

Commit

Permalink
Removing the Subpage mod.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfyzhuang committed Mar 14, 2024
1 parent 42e201b commit 2108c3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion moxin-frontend/src/shared/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,8 @@ live_design! {
let rot_matrix = mat2(
cos_angle, -sin_angle,
sin_angle, cos_angle

);
self.tex_coord1 = mix(
self.icon_t1.xy,
self.icon_t2.xy,
(rot_matrix * (self.pos.xy - vec2(0.5))) +

0 comments on commit 2108c3f

Please sign in to comment.