general tweaks

This commit is contained in:
milek7
2019-09-28 22:52:01 +02:00
parent fc13d6c2a9
commit 106f64f0ba
7 changed files with 11 additions and 21 deletions

View File

@@ -296,8 +296,7 @@ opengl_texture::make_request() {
auto const components { Split( name, '?' ) };
auto *dictionary { new dictionary_source( components.back() ) };
if( dictionary == nullptr ) { return; }
auto *dictionary { new dictionary_source( components.back() ) };
auto rt = std::make_shared<python_rt>();
rt->shared_tex = id;