Browse Source

restore the commits in Sample.inl

Pengfei Li 8 years ago
parent
commit
d9d98cd35b
1 changed files with 0 additions and 5 deletions
  1. 0 5
      Source/Samples/Sample.inl

+ 0 - 5
Source/Samples/Sample.inl

@@ -63,11 +63,6 @@ void Sample::Setup()
     engineParameters_[EP_HEADLESS]     = false;
     engineParameters_[EP_HEADLESS]     = false;
     engineParameters_[EP_SOUND]        = false;
     engineParameters_[EP_SOUND]        = false;
 
 
-    engineParameters_[EP_BORDERLESS] = true;
-    engineParameters_[EP_WINDOW_POSITION_X] = 100;
-    engineParameters_[EP_WINDOW_POSITION_Y] = 100;
-    engineParameters_[EP_WINDOW_WIDTH] = 500;
-    engineParameters_[EP_WINDOW_HEIGHT] = 500;
     // Construct a search path to find the resource prefix with two entries:
     // Construct a search path to find the resource prefix with two entries:
     // The first entry is an empty path which will be substituted with program/bin directory -- this entry is for binary when it is still in build tree
     // The first entry is an empty path which will be substituted with program/bin directory -- this entry is for binary when it is still in build tree
     // The second and third entries are possible relative paths from the installed program/bin directory to the asset directory -- these entries are for binary when it is in the Urho3D SDK installation location
     // The second and third entries are possible relative paths from the installed program/bin directory to the asset directory -- these entries are for binary when it is in the Urho3D SDK installation location