Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
igagis committed Sep 24, 2024
1 parent 6cd84c9 commit 02ebad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ruis/render/opengl/factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ utki::shared_ref<ruis::render::texture_2d> factory::create_texture_2d(
texture_2d_parameters params
)
{
return this->create_texture_2d_internal(format, dims, nullptr, std::move(params));
return this->create_texture_2d_internal(format, dims, {}, std::move(params));
}

utki::shared_ref<ruis::render::texture_2d> factory::create_texture_2d(
Expand Down

0 comments on commit 02ebad5

Please sign in to comment.