You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Remove duplicate comments
A few single line comments were duplicated, probably due to bad merges. This commit removes the obviously duplicate ones.
This commit is contained in:
@@ -80,7 +80,6 @@ struct ClipVertex
|
||||
btVector3 v;
|
||||
int id;
|
||||
//b2ContactID id;
|
||||
//b2ContactID id;
|
||||
};
|
||||
|
||||
#define b2Dot(a, b) (a).dot(b)
|
||||
|
||||
Reference in New Issue
Block a user