Skip to content

Commit

Permalink
Update gfx_pc.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
coco875 committed Jan 29, 2025
1 parent 98c12e4 commit 3e5f646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphic/Fast3D/gfx_pc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ static constexpr std::array ucode_attr_handlers = {
&f3dex2AttrHandler, // ucode_s2dex
};

static constexpr uint32_t get_attr(Attribute attr) {
static uint32_t get_attr(Attribute attr) {
const auto ucode_map = ucode_attr_handlers[ucode_handler_index];
// assert(ucode_map->contains(attr) && "Attribute not found in the current ucode handler");
return (*ucode_map)[attr];
Expand Down

0 comments on commit 3e5f646

Please sign in to comment.