mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
Get Rive tests compiling and running on MSVC
- Adds template classes to polyfill missing vector extensions. - Removes other language features not supported by this compiler. - Fixes or suppresses various new warnings. - Adds a GitHub action to compile and run the runtime tests on MSVC. Diffs= 2a53e702a Get Rive tests compiling and running on MSVC 1733f0c5a Add Mat2D::mapPoints, optimized in SIMD
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
{
|
||||
for (auto& subPath : m_subPaths)
|
||||
{
|
||||
reinterpret_cast<SokolRenderPath*>(subPath.path())->drawStroke(stroke);
|
||||
static_cast<SokolRenderPath*>(subPath.path())->drawStroke(stroke);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user