mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-22 20:33:46 +00:00
Get rid of comment
This commit is contained in:
parent
e936cce0cb
commit
9f259744de
1 changed files with 0 additions and 1 deletions
|
@ -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