Skip to content

Commit 42e0e39

Browse files
committed
stupid commit to test CI
1 parent efd4297 commit 42e0e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/shadowmap/App.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ App::App()
3131
auto instExts = windowing.getRequiredVulkanInstanceExtensions();
3232
renderer->initVulkan(instExts);
3333

34-
auto surface = mainWindow->createVkSurface(etna::get_context().getInstance());
34+
auto surface_ = mainWindow->createVkSurface(etna::get_context().getInstance());
3535

3636
renderer->initFrameDelivery(
37-
std::move(surface), [window = mainWindow.get()]() { return window->getResolution(); });
37+
std::move(surface_), [window = mainWindow.get()]() { return window->getResolution(); });
3838

3939
// TODO: this is bad design, this initialization is dependent on the current ImGui context, but we
4040
// pass it implicitly here instead of explicitly. Beware if trying to do something tricky.

0 commit comments

Comments
 (0)