summaryrefslogtreecommitdiff
path: root/src/objects
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects')
-rw-r--r--src/objects/pass.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/pass.cc b/src/objects/pass.cc
index 4d2fd0f..0ed32ae 100644
--- a/src/objects/pass.cc
+++ b/src/objects/pass.cc
@@ -347,7 +347,7 @@ auto RenderPass::draw(Engine *engine) -> void
#ifdef FRAME_STEP
adjusted_target->buffer->blit(0, context()->width(), context()->height());
context()->swap_buffers();
- aki_thread_sleep(AKI_TS_FROM_USEC(1000000));
+ nn_thread_sleep(NNWT_TS_FROM_USEC(1000000));
#endif
break;
}