Skip to content

Commit

Permalink
Update sample 32
Browse files Browse the repository at this point in the history
  • Loading branch information
schellingb committed Feb 8, 2018
1 parent b5d0413 commit 74015eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 32-3d-materials.inl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ struct sMain : public ZL_Application
void Load(int argc, char *argv[])
{
//Initialize the game with depth buffer, 3d rendering and shadow mapping
ZL_Display::Init("Advanced 3D Materials", 1280, 720, ZL_DISPLAY_DEPTHBUFFER);
ZL_Display::Init("Advanced 3D Materials", 1280, 720, ZL_DISPLAY_ALLOWRESIZEHORIZONTAL | ZL_DISPLAY_DEPTHBUFFER);
ZL_Display3D::Init();
ZL_Display3D::InitShadowMapping();
ZL_Input::Init();
Expand Down

0 comments on commit 74015eb

Please sign in to comment.