Skip to content

Commit

Permalink
refine code
Browse files Browse the repository at this point in the history
  • Loading branch information
knoxHuang committed Jul 13, 2023
1 parent 3c78df4 commit 6273f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cocos/physics/framework/components/rigid-body.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ import {
serializable,
override,
} from 'cc.decorator';
import { DEBUG, EDITOR } from 'internal:constants';
import { Vec3, error, warn, CCClass } from '../../../core';
import { DEBUG } from 'internal:constants';
import { Vec3, error, warn } from '../../../core';
import { Component } from '../../../scene-graph';
import { IRigidBody } from '../../spec/i-rigid-body';
import { selector, createRigidBody } from '../physics-selector';
Expand Down

0 comments on commit 6273f8b

Please sign in to comment.