Changed: Minor changes
--HG-- branch : develop
This commit is contained in:
parent
3ac728872e
commit
2b155c2d50
4 changed files with 12 additions and 12 deletions
|
@ -31,8 +31,7 @@ static void windowDidMove(NSWindow* window, CDriverGL* driver)
|
|||
driver->_WindowX = windowRect.origin.x;
|
||||
|
||||
// map y from cocoa to NeL coordinates before setting in driver
|
||||
driver->_WindowY =
|
||||
screenRect.size.height - windowRect.size.height - windowRect.origin.y;
|
||||
driver->_WindowY = screenRect.size.height - windowRect.size.height - windowRect.origin.y;
|
||||
}
|
||||
|
||||
@implementation CocoaWindowDelegate
|
||||
|
|
|
@ -298,7 +298,8 @@ void CRGBA::modulateColors(CRGBA *dest, const CRGBA *src1, const CRGBA *src2, ui
|
|||
uint64 blank = 0;
|
||||
/// well, this could be further optimized when stride is 4
|
||||
if (dup == 1)
|
||||
{ __asm
|
||||
{
|
||||
__asm
|
||||
{
|
||||
push ebp
|
||||
movq mm2, blank
|
||||
|
|
Loading…
Reference in a new issue