mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
oops, missing semicolon
This commit is contained in:
parent
b76d70668c
commit
a37a55624a
@ -187,7 +187,7 @@ atomic_element:
|
|||||||
}
|
}
|
||||||
atomic_element_definition
|
atomic_element_definition
|
||||||
{
|
{
|
||||||
current_atomic->_elements.push_back(atomic_element)
|
current_atomic->_elements.push_back(atomic_element);
|
||||||
}
|
}
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user