File diff r23552:91d98b9489aa → r23553:9f01781fc43d
src/gfx.cpp
Show inline comments
 
@@ -574,7 +574,7 @@ int GetStringLineCount(StringID str, int
 
	GetString(buffer, str, lastof(buffer));
 

	
 
	Layouter layout(buffer, maxw);
 
	return layout.size();
 
	return (uint)layout.size();
 
}
 

	
 
/**