This commit is contained in:
milek7
2018-07-08 21:33:26 +02:00
parent 1c26096c5c
commit 13ba3fcd13
40 changed files with 917 additions and 506 deletions

View File

@@ -16,7 +16,7 @@ namespace gl
active = this;
T::bind(*static_cast<T*>(active));
}
void unbind()
static void unbind()
{
active = nullptr;
T::bind(0);