made vs thingamabob
This commit is contained in:
parent
3aa23acd63
commit
f43807a3a5
2
.gitignore
vendored
2
.gitignore
vendored
@ -43,6 +43,7 @@
|
||||
*.idb
|
||||
*.pdb
|
||||
|
||||
|
||||
# Kernel Module Compile Results
|
||||
*.mod*
|
||||
*.cmd
|
||||
@ -51,4 +52,5 @@ modules.order
|
||||
Module.symvers
|
||||
Mkfile.old
|
||||
dkms.conf
|
||||
.vs/
|
||||
|
||||
|
13
.vscode/c_cpp_properties.json
vendored
13
.vscode/c_cpp_properties.json
vendored
@ -16,6 +16,19 @@
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++20",
|
||||
"intelliSenseMode": "linux-gcc-x64"
|
||||
},
|
||||
{
|
||||
"name": "main",
|
||||
"includePath": [
|
||||
"${default}"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.22621.0",
|
||||
"compilerPath": "cl.exe"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
|
@ -687,7 +687,7 @@ void Renderer::DrawAnimator(const AnimationComponent *anim, const core::types::V
|
||||
entry.sprite = nullptr;
|
||||
entry.texCoords = glm::vec4(uvMin.x, uvMin.y, uvMax.x, uvMax.y);
|
||||
|
||||
|
||||
|
||||
|
||||
SortedDrawEntry drawEntry;
|
||||
drawEntry.sprite = entry;
|
||||
|
Loading…
Reference in New Issue
Block a user