Skip to content

Commit

Permalink
Restore viewer dimensions
Browse files Browse the repository at this point in the history
  • Loading branch information
jstone-lucasfilm committed Mar 20, 2020
1 parent fd5425e commit e2a6624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaterialXView/Viewer.cpp
Expand Up @@ -155,7 +155,7 @@ Viewer::Viewer(const std::string& materialFilename,
mx::HwSpecularEnvironmentMethod specularEnvironmentMethod,
const std::string& envRadiancePath,
int multiSampleCount) :
ng::Screen(ng::Vector2i(1024, 1024), "MaterialXView",
ng::Screen(ng::Vector2i(1280, 960), "MaterialXView",
true, false,
8, 8, 24, 8,
multiSampleCount),
Expand Down

0 comments on commit e2a6624

Please sign in to comment.