mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 09:33:29 +02:00
useless semicolon removal
This commit is contained in:
parent
9a02545d9e
commit
59d0bb29a2
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ RayToEntityIntersectionResult::RayToEntityIntersectionResult() :
|
|||
distance(0),
|
||||
face()
|
||||
{
|
||||
};
|
||||
}
|
||||
|
||||
QScriptValue RayToEntityIntersectionResultToScriptValue(QScriptEngine* engine, const RayToEntityIntersectionResult& value) {
|
||||
QScriptValue obj = engine->newObject();
|
||||
|
|
Loading…
Reference in a new issue