Skip to content

Commit

Permalink
UPBGE: Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
youle31 committed Feb 19, 2025
1 parent 662463f commit 96dd971
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/blender/draw/intern/draw_manager_c.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3413,7 +3413,7 @@ void DRW_game_render_loop(bContext *C,

const int object_type_exclude_viewport = v3d->object_type_exclude_viewport;

DRW_point_cloud_init(DST.vmempool);
DRW_pointcloud_init(DST.vmempool);
DRW_curves_init(DST.vmempool);
DRW_volume_init(DST.vmempool);
DRW_smoke_init(DST.vmempool);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ void register_node_type_sh_sprites_animation()
ntype.add_ui_poll = object_eevee_shader_nodes_poll;
ntype.gpu_fn = file_ns::gpu_shader_sprites_animation;

node_register_type(&ntype);
node_register_type(ntype);
}

0 comments on commit 96dd971

Please sign in to comment.