typo: greather => greater

This commit is contained in:
KotIsOff
2025-10-14 20:46:38 +03:00
parent 5755c616f3
commit f3ed3d26c8
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ public:
/// @brief Build atlas from all added images
/// @param extrusion textures extrusion pixels
/// (greather is less mip-mapping artifacts)
/// (greater is less mip-mapping artifacts)
/// @param prepare generate atlas texture (calls .prepare())
/// @param maxResolution max atlas resolution
std::unique_ptr<Atlas> build(uint extrusion, bool prepare=true, uint maxResolution=0);
+1 -1
View File
@@ -25,7 +25,7 @@
namespace fs = std::filesystem;
/// @brief Not greather than 64 for this BIG_PRIME value
/// @brief Not greater than 64 for this BIG_PRIME value
inline constexpr int UPDATE_AREA_DIAMETER = 32;
/// @brief Number of blocks in the volume
inline constexpr int UPDATE_BLOCKS =
+1 -1
View File
@@ -44,7 +44,7 @@ namespace gui {
runnable onDownPressed;
/// @brief Is current input valid
bool valid = true;
/// @brief Text input pointer, value may be greather than text length
/// @brief Text input pointer, value may be greater than text length
size_t caret = 0;
/// @brief Actual local (line) position of the caret on vertical move
size_t maxLocalCaret = 0;