diff tests/test_panel.nim @ 1137:a4aa9f374d44

did: more renaming
author sam <sam@basx.dev>
date Tue, 04 Jun 2024 20:51:22 +0700
parents 71315636ba82
children 02e1d2658ff5
line wrap: on
line diff
--- a/tests/test_panel.nim	Tue Jun 04 16:51:50 2024 +0700
+++ b/tests/test_panel.nim	Tue Jun 04 20:51:22 2024 +0700
@@ -33,7 +33,7 @@
     origin = initPanel(
       transform = Scale(0.005, 0.005),
       color = NewVec4f(1, 1, 1, 1),
-      texture = Texture(isGrayscale: false, colorImage: newImage[RGBAPixel](3, 3, [T, B, T, B, B, B, T, B, T]), sampler: NEAREST_SAMPLER),
+      texture = Texture(isGrayscale: false, colorImage: NewImage[RGBAPixel](3, 3, [T, B, T, B, B, B, T, B, T]), sampler: NEAREST_SAMPLER),
     )
     button = initPanel(
       transform = Translate(0.2, 0.1) * Scale(0.3, 0.1),