Removed comments.
This commit is contained in:
@@ -417,7 +417,7 @@ void Window::_setWidthAndHeight() {
|
||||
void Window::_removeFromGeode(Widget* widget) {
|
||||
if(!widget) return;
|
||||
|
||||
widget->_index = 0; // was originally -1, but _index is a unsigned int...
|
||||
widget->_index = 0;
|
||||
|
||||
_setParented(widget, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user