clang-tidy
This commit is contained in:
@@ -240,7 +240,7 @@ void Text::writeColoredMono(int x, int y, const std::string& text, Uint8 color,
|
||||
}
|
||||
|
||||
// Obtiene la longitud en pixels de una cadena monoespaciada
|
||||
auto Text::lengthMono(const std::string& text, int cell_w) const -> int {
|
||||
auto Text::lengthMono(const std::string& text, int cell_w) -> int {
|
||||
size_t pos = 0;
|
||||
int count = 0;
|
||||
while (pos < text.size()) {
|
||||
|
||||
Reference in New Issue
Block a user