Last unstaged changes
This commit is contained in:
3
.idea/misc.xml
generated
3
.idea/misc.xml
generated
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="BackendCodeEditorMiscSettings">
|
||||
<option name="/Default/Housekeeping/GlobalSettingsUpgraded/IsUpgraded/@EntryValue" value="true" type="bool" />
|
||||
</component>
|
||||
<component name="CMakePythonSetting">
|
||||
<option name="pythonIntegrationState" value="YES" />
|
||||
</component>
|
||||
|
||||
@@ -287,7 +287,7 @@ add_subdirectory(libraries)
|
||||
|
||||
find_package(GLEW REQUIRED)
|
||||
find_package(OpenGL REQUIRED)
|
||||
find_package(SFML REQUIRED COMPONENTS graphics system)
|
||||
find_package(SFML REQUIRED COMPONENTS Graphics System)
|
||||
find_package(Eigen3 3.4 REQUIRED NO_MODULE)
|
||||
find_package(TBB REQUIRED NO_MODULE)
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@ void assets::shader_source_store_iterator<Char>::calc_offset(
|
||||
|
||||
while (n--)
|
||||
{
|
||||
const auto& count = m_lengths[m_index];
|
||||
const auto& count = m_lengths[m_index] + sizeof('\0');
|
||||
m_offset += step * count;
|
||||
m_index += step;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user