fix Mac OSX version of preparation of AllBullet2Demo collection
This commit is contained in:
@@ -132,7 +132,10 @@ SimpleOpenGL3App::SimpleOpenGL3App( const char* title, int width,int height)
|
||||
}
|
||||
|
||||
|
||||
|
||||
struct sth_stash* SimpleOpenGL3App::getFontStash()
|
||||
{
|
||||
return m_data->m_fontStash;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ struct SimpleOpenGL3App
|
||||
void drawGrid(int gridSize=10, float yOffset=0.001);
|
||||
void swapBuffer();
|
||||
void drawText( const char* txt, int posX, int posY);
|
||||
struct sth_stash* getFontStash();
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user