first commit
This commit is contained in:
11
Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/ClothTile_SPU.h
Normal file
11
Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/ClothTile_SPU.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
#include "Tile_SPU.h"
|
||||
|
||||
class ClothTile_SPU : public Tile_SPU
|
||||
{
|
||||
public:
|
||||
ClothTile_SPU(int id) : Tile_SPU(id) {}
|
||||
virtual Icon_SPU *getTexture(int face, int data) { return &ms_pTileData->clothTile_icons[data]; }
|
||||
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user