TINYGL: renamed glIssueDrawCall to tglIssueDrawCall.

This commit is contained in:
Stefano Musumeci 2014-08-07 17:38:11 +02:00
parent 5ae16bd1fe
commit 75ea6893ef
5 changed files with 9 additions and 9 deletions

View file

@ -229,7 +229,7 @@ void glopEnd(GLContext *c, GLParam *) {
assert(c->in_begin == 1);
if (c->vertex_cnt > 0) {
glIssueDrawCall(new Graphics::RasterizationDrawCall());
tglIssueDrawCall(new Graphics::RasterizationDrawCall());
}
c->in_begin = 0;