mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 10:14:13 -05:00
libobs-d3d11: Fix formatting
This commit is contained in:
@@ -77,8 +77,7 @@ void gs_texture_2d::Rebuild(ID3D11Device *dev)
|
||||
(void **)&texture);
|
||||
if (FAILED(hr)) {
|
||||
blog(LOG_WARNING,
|
||||
"Failed to rebuild shared texture: 0x%08lX",
|
||||
hr);
|
||||
"Failed to rebuild shared texture: 0x%08lX", hr);
|
||||
RebuildSharedTextureFallback();
|
||||
}
|
||||
}
|
||||
@@ -338,8 +337,7 @@ void gs_texture_3d::Rebuild(ID3D11Device *dev)
|
||||
(void **)&texture);
|
||||
if (FAILED(hr)) {
|
||||
blog(LOG_WARNING,
|
||||
"Failed to rebuild shared texture: 0x%08lX",
|
||||
hr);
|
||||
"Failed to rebuild shared texture: 0x%08lX", hr);
|
||||
RebuildSharedTextureFallback();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user