paint: fix normal bake

This commit is contained in:
luboslenco
2026-07-11 15:09:02 +02:00
parent d097498b50
commit 394029483b
4 changed files with 6 additions and 4 deletions
-1
View File
@@ -7,7 +7,6 @@ mesh_object_t *render_path_paint_planeo = NULL;
u8_array_t *render_path_paint_visibles = NULL;
bool render_path_paint_merged_object_visible = false;
f32 render_path_paint_saved_fov = 0.0;
bool render_path_paint_baking = false;
render_target_t *_render_path_paint_texpaint;
render_target_t *_render_path_paint_texpaint_nor;
render_target_t *_render_path_paint_texpaint_pack;