mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-12-31 20:11:27 +00:00
"Fix"
This commit is contained in:
parent
b3fb92ed4a
commit
95677cc5e9
1 changed files with 1 additions and 1 deletions
|
@ -1951,7 +1951,7 @@ void obj_set_cylboard(struct Object *obj) {
|
|||
|
||||
void cur_obj_set_billboard_if_vanilla_cam(void) {
|
||||
if (!o) { return; }
|
||||
if (camera_config_is_free_cam_enabled() || get_first_person_enabled()) {
|
||||
if (get_first_person_enabled()) {
|
||||
o->header.gfx.node.flags &= ~GRAPH_RENDER_BILLBOARD;
|
||||
o->header.gfx.node.flags |= GRAPH_RENDER_CYLBOARD;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue