The tracy directory now has an experiment in getting Tracy to work. It's _not_ as easy as it is touted to be.
This commit is contained in:
parent
308fe4bed2
commit
c98aa936ad
9 changed files with 400 additions and 7 deletions
|
@ -38,7 +38,6 @@ Raycaster::Raycaster(sf::RenderWindow& window, Matrix &map, int width, int heigh
|
|||
spriteDistance($textures.NUM_SPRITES),
|
||||
ZBuffer(width)
|
||||
{
|
||||
$window.setVerticalSyncEnabled(VSYNC);
|
||||
$view_sprite.setPosition({0, 0});
|
||||
$pixels = make_unique<RGBA[]>($width * $height);
|
||||
$textures.load_textures();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue