--- deliantra/Deliantra-Client/Client.xs 2006/04/11 17:02:35 1.17 +++ deliantra/Deliantra-Client/Client.xs 2006/04/11 19:31:17 1.18 @@ -214,8 +214,8 @@ if (items < 5) { - w = SvNV (*hv_fetch (hv, "width", 5, 1)); - h = SvNV (*hv_fetch (hv, "height", 6, 1)); + w = SvNV (*hv_fetch (hv, "w", 1, 1)); + h = SvNV (*hv_fetch (hv, "h", 1, 1)); } glBindTexture (GL_TEXTURE_2D, name);