added resizing to osx window
This commit is contained in:
@@ -45,7 +45,7 @@ void Shape::draw_stroke() const
|
||||
glBindVertexArray(0);
|
||||
}
|
||||
|
||||
bool Rect::create(float w, float h)
|
||||
bool RectShape::create(float w, float h)
|
||||
{
|
||||
static GLushort idx[6 + 8] {
|
||||
0, 1, 2,
|
||||
|
||||
Reference in New Issue
Block a user