mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
remove dead code
This commit is contained in:
parent
fd3eb49369
commit
65d6342947
|
@ -215,7 +215,7 @@ UINT32 Texture::UploadTexture(const UINT16* src, UINT8* scratch, int format, boo
|
|||
break;
|
||||
|
||||
//
|
||||
// 4 bit texture types - all luminance textures (no alpha), only seem to be enabled when contour is enabled
|
||||
// 4 bit texture types - all luminance textures (no alpha), only seem to be enabled when contour is enabled ( white = contour value )
|
||||
//
|
||||
|
||||
case 8: // low byte, low nibble
|
||||
|
|
|
@ -9,9 +9,6 @@
|
|||
|
||||
namespace New3D {
|
||||
|
||||
#define REAL_SHEET_WIDTH 2048
|
||||
#define REAL_SHEET_HEIGHT 2048
|
||||
|
||||
class TextureSheet
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue