Fixed warnings
This commit is contained in:
parent
8e2b2031e2
commit
d06265b782
@ -37,14 +37,14 @@
|
|||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
|
||||||
// include the plugins we need
|
// include the plugins we need
|
||||||
USE_OSGPLUGIN(ive);
|
USE_OSGPLUGIN(ive)
|
||||||
USE_OSGPLUGIN(freetype);
|
USE_OSGPLUGIN(freetype)
|
||||||
USE_OSGPLUGIN(osg);
|
USE_OSGPLUGIN(osg)
|
||||||
USE_OSGPLUGIN(rgb);
|
USE_OSGPLUGIN(rgb)
|
||||||
USE_OSGPLUGIN(OpenFlight);
|
USE_OSGPLUGIN(OpenFlight)
|
||||||
|
|
||||||
// include the platform specific GraphicsWindow implementation.
|
// include the platform specific GraphicsWindow implementation.
|
||||||
USE_GRAPHICSWINDOW();
|
USE_GRAPHICSWINDOW()
|
||||||
|
|
||||||
int main(int argc, char** argv)
|
int main(int argc, char** argv)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user