Remove unused exceptions

This commit is contained in:
wolfyzhuang 2024-03-16 22:47:46 +00:00
parent 2108c3f578
commit 6b52fbbfed
1 changed files with 6 additions and 1 deletions

View File

@ -36,4 +36,9 @@ live_design! {
self.tex_coord1 = mix(
self.icon_t1.xy,
self.icon_t2.xy,
(rot_matrix * (self.pos.xy - vec2(0.5))) +
(rot_matrix * (self.pos.xy - vec2(0.5))) + vec2(0.5)
);
return self.camera_projection * (self.camera_view * (self.view_transform * vec4(
clipped.x,