diff options
author | quou <quou@disroot.org> | 2024-08-04 15:34:05 +1000 |
---|---|---|
committer | quou <quou@disroot.org> | 2024-08-04 15:34:05 +1000 |
commit | b0a5f59fe3bea9aab8f52016a90b6cbbcaea4571 (patch) | |
tree | 83b4e6f4b0d02646de888eeaff25d485e12ef73c /3de.c | |
parent | 9c2f9a59096b5ec449c7557afb3220ed2597c4ea (diff) |
WIP lightmap baking
Diffstat (limited to '3de.c')
-rw-r--r-- | 3de.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,6 +80,7 @@ void init_map(Map* m) { for (i = 0; i < 0x100; i++) { t[i] = map_data[i]; } + bake_map(m); } void draw_map(Renderer* r, const Player* p, const Map* m) { |