Remove compiler warning
This commit is contained in:
@@ -109,6 +109,8 @@ namespace lime {
|
|||||||
if (glIsTexture (id)) glDeleteTextures (1, &id);
|
if (glIsTexture (id)) glDeleteTextures (1, &id);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
default: break;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user