Merge pull request #43 from GloriousEggroll/upstream

wined3d-1DTextures: 0008 correct typo
This commit is contained in:
GloriousEggroll 2018-02-19 20:34:39 -05:00 committed by GitHub
commit 7311dd6848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ index c5a4f0c..198d2a6 100644
+
+ sub_resource = &texture->sub_resources[sub_resource_idx];
+
+ if (format->upload)
+ if (format->conv_byte_count)
+ {
+ FIXME("Attempting to download a converted 1d texture, format %s.\n",
+ debug_d3dformat(format->id));