git.lucas.co / cce-gallery
widget gallery and compositor test bench

commit3bb3a51337ee702df9dd3d8fd9948cb01f3c6f5f
parent1d5a2189f3
authorLucas Galante <[email protected]>
date2026-09-20 15:05
well_floor takes the host material (cce-ui RFC material, step 3c)

Co-Authored-By: Claude Fable 5.1 <[email protected]>

 src/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.rs b/src/main.rs
index a3ef265..6d01539 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1419,7 +1419,7 @@ impl cce_ui::engine::Application for State {
         // scrolled to the edge slides under the wall rather than sitting on it.
         if !self.is_child {
             let (well, radius, _) = self.exhibit_well();
-            pc.well_floor(well, radius, false);
+            pc.well_floor(well, radius, &cce_ui::scene::Material::pane(), false);
         }
 
         let push_rounded = |pc: &mut cce_ui::scene::paint::PaintCtx, qx: f32, qy: f32, qw: f32, qh: f32, qr: f32, qc: [f32; 4], qcorners: (bool, bool, bool, bool)| {