Cycles Standalone: Update help screen.

This commit is contained in:
Thomas Dinges 2015-05-17 12:09:43 +02:00
parent f51fef63aa
commit 347843f6fe
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ void view_display_help()
glColor3f(0.8f, 0.8f, 0.8f);
view_display_text(x1+20, y2-20, "Cycles Renderer");
view_display_text(x1+20, y2-40, "(C) 2011-2014 Blender Foundation");
view_display_text(x1+20, y2-40, "(C) 2011-2015 Blender Foundation");
view_display_text(x1+20, y2-80, "Controls:");
view_display_text(x1+20, y2-100, "h: Info/Help");
view_display_text(x1+20, y2-120, "r: Reset");