build updates (#655)
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
#include "stdafx.h"
|
||||
#include "Editor.h"
|
||||
#include "ObjectWindow.h"
|
||||
#include "wiScene.h"
|
||||
|
||||
#include "xatlas.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
using namespace wi::ecs;
|
||||
using namespace wi::scene;
|
||||
|
||||
|
||||
static void SetPixel(uint8_t *dest, int destWidth, int x, int y, const uint8_t *color)
|
||||
{
|
||||
uint8_t *pixel = &dest[x * 4 + y * (destWidth * 4)];
|
||||
|
||||
Reference in New Issue
Block a user