Fix BGE compilation after recent renames in BKE_image (tsst...).
This commit is contained in:
@@ -350,7 +350,7 @@ void KX_BlenderCanvas::MakeScreenShot(const char *filename)
|
||||
char path[FILE_MAX];
|
||||
BLI_strncpy(path, filename, sizeof(path));
|
||||
BLI_path_abs(path, G.main->name);
|
||||
BKE_add_image_extension_from_type(path, im_format.imtype);
|
||||
BKE_image_path_ensure_ext_from_imtype(path, im_format.imtype);
|
||||
|
||||
/* create and save imbuf */
|
||||
ImBuf *ibuf = IMB_allocImBuf(dumpsx, dumpsy, 24, 0);
|
||||
|
||||
@@ -180,7 +180,7 @@ MakeScreenShot(
|
||||
char path[FILE_MAX];
|
||||
BLI_strncpy(path, filename, sizeof(path));
|
||||
BLI_path_abs(path, G.main->name);
|
||||
BKE_add_image_extension_from_type(path, im_format.imtype);
|
||||
BKE_image_path_ensure_ext_from_imtype(path, im_format.imtype);
|
||||
|
||||
// create and save imbuf
|
||||
ImBuf *ibuf = IMB_allocImBuf(GetWidth(), GetHeight(), 24, 0);
|
||||
|
||||
Reference in New Issue
Block a user