Skip to content

Commit

Permalink
add tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Jun 27, 2023
1 parent 23402d4 commit 83a93c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/particle/renderer/particle-system-renderer-cpu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const _matInsInfo: IMaterialInstanceInfo = {
};

// TODO: we should not use this type, should use a uniform array type instead.
// Tracking issue:
// Tracking issue: https://github.com/cocos/cocos-engine/issues/15553
export type PVData = [Vec3, Vec3, Vec3, Vec3, number, Vec3 | null, null];

export default class ParticleSystemRendererCPU extends ParticleSystemRendererBase {
Expand Down

0 comments on commit 83a93c4

Please sign in to comment.