From 1ccf82c2c5285440a43ea59e0aadef3809d55082 Mon Sep 17 00:00:00 2001 From: lisyarus Date: Mon, 4 Mar 2024 13:49:11 +0300 Subject: [PATCH] Add comment about gfx::texture_view units --- libs/gfx/include/psemek/gfx/texture_view.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/gfx/include/psemek/gfx/texture_view.hpp b/libs/gfx/include/psemek/gfx/texture_view.hpp index e8378485..6b714db6 100644 --- a/libs/gfx/include/psemek/gfx/texture_view.hpp +++ b/libs/gfx/include/psemek/gfx/texture_view.hpp @@ -12,7 +12,7 @@ namespace psemek::gfx struct basic_texture_view { basic_texture const * texture = nullptr; - geom::box part; + geom::box part; // in pixels basic_texture_view(basic_texture const * texture = nullptr); basic_texture_view(basic_texture const * texture, geom::box const & part);