]> git.tdb.fi Git - libs/gl.git/blobdiff - source/select.cpp
Use DevIL for loading images
[libs/gl.git] / source / select.cpp
index 486ffbeddd2f483cfe4e93a33a0de4fc100533a1..67420977323597738ebfac564c8c9514ce637799 100644 (file)
@@ -52,7 +52,7 @@ void parse_select_records(const uint *buf, uint count, vector<SelectRecord> &tbu
 void _parse_internal_select_records(uint count)
 {
        if(!select_buf)
-               throw InvalidOperation("No select buffer specified");
+               throw InvalidState("No select buffer specified");
        parse_select_records(&select_buf_int[0], count, *select_buf);
 }