diff --git a/4ed_render_target.h b/4ed_render_target.h index b72825c5..0df2e289 100644 --- a/4ed_render_target.h +++ b/4ed_render_target.h @@ -13,8 +13,6 @@ #define FRED_RENDER_TARGET_H struct Render_Target{ - void *handle; - void *context; i32_Rect clip_boxes[5]; i32 clip_top; b32 clip_all; diff --git a/platform_mac/mac_4ed.cpp b/platform_mac/mac_4ed.cpp index edba1a4e..d9af2a6a 100644 --- a/platform_mac/mac_4ed.cpp +++ b/platform_mac/mac_4ed.cpp @@ -518,8 +518,8 @@ osx_step(void){ b32 keep_running = osxvars.keep_running; // NOTE(allen): Application Core Update - Render_Target fixed_target = target; - app.step(&sysfunc, &fixed_target, &memory_vars, &frame_input, &result); + //Render_Target fixed_target = target; + app.step(&sysfunc, &target, &memory_vars, &frame_input, &result); // NOTE(allen): Finish the Loop if (result.perform_kill){