mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-01-08 06:35:33 +00:00
Get rid of comment
This commit is contained in:
parent
e936cce0cb
commit
9f259744de
|
@ -177,7 +177,6 @@ public:
|
||||||
void SetShapeIndex(uint32 shapeIdx, uint32 nPartitions) {
|
void SetShapeIndex(uint32 shapeIdx, uint32 nPartitions) {
|
||||||
m_NumPartitions = nPartitions;
|
m_NumPartitions = nPartitions;
|
||||||
m_ShapeIdx = shapeIdx;
|
m_ShapeIdx = shapeIdx;
|
||||||
// Recalculate();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetShapeIndex(uint32 shapeIdx) {
|
void SetShapeIndex(uint32 shapeIdx) {
|
||||||
|
|
Loading…
Reference in a new issue