Skip to content
Snippets Groups Projects
Commit 76066c20 authored by jwendt's avatar jwendt
Browse files

minor bugfixes

parent 57fcac88
No related branches found
No related tags found
1 merge request!92Feature/#302 #306 update conan dependencies
......@@ -46,8 +46,8 @@ include(GenerateExportHeader)
include(WarningLevels)
conan_or_find_package(gl REQUIRED)
conan_or_find_package(Boost.Optional REQUIRED)
conan_or_find_package(Boost.Signals2 REQUIRED)
conan_or_find_package(boost_optional REQUIRED)
conan_or_find_package(boost_signals2 REQUIRED)
conan_or_find_package(glew REQUIRED)
conan_or_find_package(glm REQUIRED)
conan_or_find_package(assimp REQUIRED)
......
......@@ -78,9 +78,6 @@ class PHOENIX_EXPORT Material : public Resource {
void SetTexture(ResourcePointer<Image> image,
std::shared_ptr<gl::texture_2d>* texture);
ResourceProxy* ambient_image_ = nullptr;
ResourceProxy* diffuse_image_ = nullptr;
ResourceProxy* specular_image_ = nullptr;
ResourcePointer<Image> ambient_image_{nullptr};
ResourcePointer<Image> diffuse_image_{nullptr};
ResourcePointer<Image> specular_image_{nullptr};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment