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 19, 2024
1 parent f460ece commit 3ee5156
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(lua_State *l, luabind::module_ &modShader)
{
auto defGraph = luabind::class_<pragma::shadergraph::Graph>("ShaderGraph");
Expand Down

0 comments on commit 3ee5156

Please sign in to comment.