Merge branch 'master' into sdl2.0
This commit is contained in:
commit
60120b763c
284 changed files with 7129 additions and 5345 deletions
|
|
@ -22,7 +22,7 @@
|
|||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
(See COPYING.txt)
|
||||
|
||||
June 14, 2002 - June 14, 2022
|
||||
June 14, 2002 - July 3, 2022
|
||||
*/
|
||||
|
||||
#include "platform.h"
|
||||
|
|
@ -6207,7 +6207,7 @@ static void mainloop(void)
|
|||
SDL_UpdateRect(screen, 0, 0, WINDOW_WIDTH, WINDOW_HEIGHT);
|
||||
#endif
|
||||
|
||||
snprintf(angle_tool_text, sizeof(angle_tool_text), gettext(TIP_LINE_MOVING), angle);
|
||||
snprintf(angle_tool_text, sizeof(angle_tool_text), gettext(TIP_LINE_MOVING), floor(angle));
|
||||
draw_tux_text(TUX_BORED, angle_tool_text, 1);
|
||||
}
|
||||
else if (cur_tool == TOOL_SHAPES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue