Fixes for Win32 build
This commit is contained in:
@@ -163,7 +163,7 @@ class MySceneView : public osgUtil::SceneView {
|
||||
// override the basic SceneView::app traversal.
|
||||
virtual void app()
|
||||
{
|
||||
osgUtil::SceneView::app();
|
||||
SceneView::app();
|
||||
switch (_viewerMode)
|
||||
{
|
||||
case(MASTER):
|
||||
|
||||
@@ -108,7 +108,7 @@ int main( int argc, char **argv )
|
||||
}
|
||||
else
|
||||
{
|
||||
notify(osg::NOTICE)<<"unable to load reflect map, model will not be mutlitextured"<<endl;
|
||||
osg::notify(osg::NOTICE)<<"unable to load reflect map, model will not be mutlitextured"<<std::endl;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user