aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--opengl/include/pdp_texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/include/pdp_texture.h b/opengl/include/pdp_texture.h
index c3987bc..9c07d40 100644
--- a/opengl/include/pdp_texture.h
+++ b/opengl/include/pdp_texture.h
@@ -56,7 +56,7 @@ extern "C"
/* check if valid texture packet. all other methods assume packet is valid */
-bool pdp_packet_texture_isvalid(int packet);
+int pdp_packet_texture_isvalid(int packet);
/* returns a pointer to the packet subheader whem the packet contains a texture */
/* try not to use the header directly, use clone and copy methods instead */