Build on current nightly

This commit is contained in:
iris committed 2026-09-13 00:24:29 -04:00
1 parent 7b54aaf3c4
commit fae21a1991
10 files changed
+26 -24

No files matched your search

+1 -1
View File
@@ -187,7 +187,7 @@ impl From<CardinalAlign> for Align {
}
}
impl const From<RegionAlign> for UiVec2 {
const impl From<RegionAlign> for UiVec2 {
fn from(align: RegionAlign) -> Self {
Self::rel(align.rel())
}