Skip to content

Commit 02ebad5

Browse files
committed
update
1 parent 6cd84c9 commit 02ebad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ruis/render/opengl/factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ utki::shared_ref<ruis::render::texture_2d> factory::create_texture_2d(
5757
texture_2d_parameters params
5858
)
5959
{
60-
return this->create_texture_2d_internal(format, dims, nullptr, std::move(params));
60+
return this->create_texture_2d_internal(format, dims, {}, std::move(params));
6161
}
6262

6363
utki::shared_ref<ruis::render::texture_2d> factory::create_texture_2d(

0 commit comments

Comments
 (0)