mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Update path_fiddle.cpp (#11123) 19be344a5a
* Update path_fiddle.cpp * clang format Co-authored-by: John White <aliasbinman@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
||||
810e208837b1b86f3a2170c35c15bf5e0ea96cf2
|
||||
19be344a5a7049529f7296ef3d2f3e6a99ca986d
|
||||
|
||||
@@ -428,7 +428,7 @@ int main(int argc, const char** argv)
|
||||
setvbuf(stderr, NULL, _IONBF, 0);
|
||||
|
||||
#ifdef DEBUG
|
||||
options.enableVulkanValidationLayers = true;
|
||||
options.enableVulkanCoreValidationLayers = true;
|
||||
#endif
|
||||
|
||||
#ifdef __EMSCRIPTEN__
|
||||
@@ -631,7 +631,7 @@ int main(int argc, const char** argv)
|
||||
}
|
||||
else if (!strcmp(argv[i], "--validation"))
|
||||
{
|
||||
options.enableVulkanValidationLayers = true;
|
||||
options.enableVulkanCoreValidationLayers = true;
|
||||
}
|
||||
else if (!strcmp(argv[i], "--gpu") || !strcmp(argv[i], "-g"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user