Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GameDevWeek
Dependencies
Cpp
mirrage
Commits
9b89d53e
Commit
9b89d53e
authored
Mar 27, 2019
by
Florian Oetke
Browse files
fixed Gui_pass::load_texture
parent
1d174f92
Pipeline
#2807
passed with stage
in 13 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mirrage/renderer/src/pass/gui_pass.cpp
View file @
9b89d53e
...
...
@@ -203,7 +203,7 @@ namespace mirrage::renderer {
_loaded_textures_by_handle
.
emplace
(
handle
,
entry
);
auto
return_value
=
std
::
shared_ptr
<
void
>
(
entry
,
&
entry
->
handle
);
auto
return_value
=
std
::
shared_ptr
<
void
>
(
entry
,
entry
->
handle
);
_loaded_textures
.
emplace_back
(
entry
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment