mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 23:54:14 +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),
|
distance(0),
|
||||||
face()
|
face()
|
||||||
{
|
{
|
||||||
};
|
}
|
||||||
|
|
||||||
QScriptValue RayToEntityIntersectionResultToScriptValue(QScriptEngine* engine, const RayToEntityIntersectionResult& value) {
|
QScriptValue RayToEntityIntersectionResultToScriptValue(QScriptEngine* engine, const RayToEntityIntersectionResult& value) {
|
||||||
QScriptValue obj = engine->newObject();
|
QScriptValue obj = engine->newObject();
|
||||||
|
|
Loading…
Reference in a new issue