ector_renderer_gl: remove pointer

This commit is contained in:
Daniel Kolesa 2016-11-03 17:00:28 +01:00
parent 4762516beb
commit 792c1f2308
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ abstract Ector.Renderer.GL (Ector.Renderer)
return: bool;
params {
@in flags: uint64;
@in vertex: GLshort*;
@in vertex: ptr(GLshort);
@in vertex_count: uint;
@in mul_col: uint;
}