hot reload working
This commit is contained in:
@@ -5,8 +5,3 @@
|
||||
#elif PLATFORM_WASM
|
||||
#include "app_wasm.c"
|
||||
#endif
|
||||
|
||||
fn r2f32_t window_rect_from_frame(app_frame_t *frame) {
|
||||
r2f32_t window_rect = r2f32(0, 0, frame->window_size.x, frame->window_size.y);
|
||||
return window_rect;
|
||||
}
|
||||
Reference in New Issue
Block a user