[opengl] merge (part 2)
This commit is contained in:
+2
-2
@@ -2867,8 +2867,8 @@ void ScreenEdit::HandleScreenMessage( const ScreenMessage SM )
|
|||||||
if( (*s)->IsAutogen() )
|
if( (*s)->IsAutogen() )
|
||||||
continue;
|
continue;
|
||||||
// If the notedata has content, let it go.
|
// If the notedata has content, let it go.
|
||||||
if( !(*s)->m_NoteData->IsEmpty() )
|
// if( !(*s)->m_NoteData->IsEmpty() )
|
||||||
continue;
|
// continue;
|
||||||
// It's hard to say if these steps were saved to disk or not.
|
// It's hard to say if these steps were saved to disk or not.
|
||||||
/*
|
/*
|
||||||
if( !(*s)->GetSavedToDisk() )
|
if( !(*s)->GetSavedToDisk() )
|
||||||
|
|||||||
@@ -1567,5 +1567,3 @@ void HandleInputEvents(float fDeltaTime)
|
|||||||
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
>>>>>>> other
|
|
||||||
|
|||||||
Reference in New Issue
Block a user