|
|
@ -204,7 +204,7 @@ VkResult main_thread(ClientContext* context) {
|
|
|
|
double frame_time = glfwGetTime();
|
|
|
|
double frame_time = glfwGetTime();
|
|
|
|
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
if(context->render.current_frame == 1) {
|
|
|
|
if((frame_time - last_draw) > draw_interval && context->render.current_frame == 1) {
|
|
|
|
test = (test + 1) % 7;
|
|
|
|
test = (test + 1) % 7;
|
|
|
|
mapped_string->length = test;
|
|
|
|
mapped_string->length = test;
|
|
|
|
|
|
|
|
|
|
|
|