diff options
Diffstat (limited to 'src/code/graph.c')
| -rw-r--r-- | src/code/graph.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/code/graph.c b/src/code/graph.c index 60b9f9296..169134fb1 100644 --- a/src/code/graph.c +++ b/src/code/graph.c @@ -221,7 +221,8 @@ void Graph_TaskSet00(GraphicsContext* gfxCtx) { task->dram_stack = gGfxSPTaskStack; task->dram_stack_size = sizeof(gGfxSPTaskStack); task->output_buff = gGfxSPTaskOutputBuffer; - task->output_buff_size = gGfxSPTaskYieldBuffer; //! @bug (?) should be sizeof(gGfxSPTaskYieldBuffer), probably a typo + task->output_buff_size = + gGfxSPTaskYieldBuffer; //! @bug (?) should be sizeof(gGfxSPTaskYieldBuffer), probably a typo task->data_ptr = gfxCtx->workBuffer; Graph_OpenDisps(dispRefs, gfxCtx, "../graph.c", 828); |
