Merge branch 'master' into displaystrings

This commit is contained in:
hispidence 2021-08-30 18:44:21 +01:00
commit af4fa26a2c
291 changed files with 7838 additions and 7655 deletions

View file

@ -1,6 +1,6 @@
#include "framework.h"
#include "Renderer11.h"
namespace ten::renderer {
namespace TEN::Renderer {
void Renderer11::drawString(int x, int y, const char* string, D3DCOLOR color, int flags) {
int realX = x;
int realY = y;