Mac target fixing

master
Allen Webster 2017-11-10 20:24:44 -05:00
parent 161b037d31
commit b4461449d6
1 changed files with 2 additions and 1 deletions

View File

@ -518,7 +518,8 @@ osx_step(void){
b32 keep_running = osxvars.keep_running;
// NOTE(allen): Application Core Update
app.step(&sysfunc, &target, &memory_vars, &frame_input, &result);
Render_Target fixed_target = target;
app.step(&sysfunc, &fixed_target, &memory_vars, &frame_input, &result);
// NOTE(allen): Finish the Loop
if (result.perform_kill){