Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Silverlan committed Nov 18, 2024
1 parent 5cc778d commit f460ece
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/client/src/lua/c_luaclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ static luabind::object shader_mat_value_to_lua_object(lua_State *l, const pragma
val);
}

static void register_shader_graph(luabind::module_ &modShader)
{
static void register_shader_graph(lua_State *l, luabind::module_ &modShader)
{
Expand Down

0 comments on commit f460ece

Please sign in to comment.