Misc. fixes

This commit is contained in:
Alex Szpakowski
2013-05-01 16:17:42 -07:00
parent 8b50dd499b
commit 1edfbb766f
4 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ bool Canvas::isSupported()
bool Canvas::isHDRSupported()
{
return GLEE_VERSION_3_0 || GLEE_ARB_texture_float;
return GLEE_VERSION_3_0 || (isSupported() && GLEE_ARB_texture_float);
}
bool Canvas::isMultiCanvasSupported()